fa77bae105
* 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
22 lines
391 B
JSON
22 lines
391 B
JSON
{
|
|
"name": "tests-solidity",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"author": "Aragon Association <contact@aragon.org>",
|
|
"license": "GPL-3.0-or-later",
|
|
"workspaces": {
|
|
"packages": [
|
|
"suites/*"
|
|
],
|
|
"nohoist": [
|
|
"**/@aragon/contract-helpers-test"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"yargs": "^17.0.1"
|
|
},
|
|
"scripts": {
|
|
"test": "node test-helper.js"
|
|
}
|
|
}
|