Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Commit

Permalink
feat(testsuite-web3-rpc): move files from ts-test to testsuite-web3-r…
Browse files Browse the repository at this point in the history
…pc (#169)

<!--  Thanks for sending a pull request! -->

#### What this PR does / why we need it:
Details in the issue #79
#### Which issue(s) does this PR fixes?:
<!--
(Optional) Automatically closes linked issue when PR is merged.
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
-->

Fixes #79 

#### Additional comments?:

Signed-off-by: Eshan Shafeeq <[email protected]>
Co-authored-by: Fuxing Loh <[email protected]>
  • Loading branch information
DieHard073055 and fuxingloh authored Nov 29, 2022
1 parent 6e03636 commit b592186
Show file tree
Hide file tree
Showing 11 changed files with 1,090 additions and 1,058 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,9 @@ dist
### Hardhat
cache
artifacts

# Coverage reports
**/coverage/*

# We're using pnpm, ignoring `package-lock.json`
package-lock.json
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ts-tests",
"name": "@defimetachain/testsuite-web3-rpc",
"version": "0.0.0",
"scripts": {
"compile": "hardhat compile",
Expand Down
File renamed without changes.
Loading

0 comments on commit b592186

Please sign in to comment.