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:
@@ -11,5 +11,11 @@
|
||||
"nohoist": [
|
||||
"**/@aragon/contract-helpers-test"
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"yargs": "^17.0.1"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node test-helper.js"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user