Contributor app tests #143

Merged
haythem96 merged 26 commits from tests/contracts-contributor into master 2019-07-22 06:55:23 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit bb6a862c78 - Show all commits

View File

@ -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": []
}

View File

@ -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": []
}

View File

@ -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": []
}