tests: refactor solidity test cases (#249)

* Refactor

* add script to run all tests

* Spawn ethermintd in node script

* Update README

* kill process when test finished

* add new test case

* add yarn.lock inside tests to be tracked
This commit is contained in:
Yijia Su
2021-07-12 05:22:20 -04:00
committed by GitHub
parent 0020e4f2cd
commit fa77bae105
16 changed files with 15318 additions and 184 deletions
+6
View File
@@ -11,5 +11,11 @@
"nohoist": [
"**/@aragon/contract-helpers-test"
]
},
"dependencies": {
"yargs": "^17.0.1"
},
"scripts": {
"test": "node test-helper.js"
}
}