Contributor app tests #143
@ -29,7 +29,7 @@
|
||||
"test": "TRUFFLE_TEST=true PORT=7545 npm run ganache-cli:test",
|
||||
"test:gas": "GAS_REPORTER=true npm test",
|
||||
"coverage": "SOLIDITY_COVERAGE=true npm run ganache-cli:test",
|
||||
"ganache-cli:test": "./node_modules/@aragon/test-helpers/ganache-cli.sh"
|
||||
"ganache-cli:test": "../../scripts/ganache-cli.sh"
|
||||
},
|
||||
"keywords": []
|
||||
}
|
||||
|
@ -29,7 +29,7 @@
|
||||
"test": "TRUFFLE_TEST=true PORT=7545 npm run ganache-cli:test",
|
||||
"test:gas": "GAS_REPORTER=true npm test",
|
||||
"coverage": "SOLIDITY_COVERAGE=true npm run ganache-cli:test",
|
||||
"ganache-cli:test": "./node_modules/@aragon/test-helpers/ganache-cli.sh"
|
||||
"ganache-cli:test": "../../scripts/ganache-cli.sh"
|
||||
},
|
||||
"keywords": []
|
||||
}
|
||||
|
@ -29,7 +29,7 @@
|
||||
"test": "TRUFFLE_TEST=true PORT=7545 npm run ganache-cli:test",
|
||||
"test:gas": "GAS_REPORTER=true npm test",
|
||||
"coverage": "SOLIDITY_COVERAGE=true npm run ganache-cli:test",
|
||||
"ganache-cli:test": "./node_modules/@aragon/test-helpers/ganache-cli.sh"
|
||||
"ganache-cli:test": "../../scripts/ganache-cli.sh"
|
||||
},
|
||||
"keywords": []
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user