Contributor app tests (#143)

Adds tests for the contributor contract
This commit was merged in pull request #143.
This commit is contained in:
Haythem Sellami
2019-07-22 07:55:22 +01:00
committed by Michael Bumann
parent 4ae17aa36f
commit eb4e06edf1
17 changed files with 785 additions and 1261 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -7,7 +7,7 @@
"@aragon/cli": "^5.9.6"
},
"devDependencies": {
"@aragon/test-helpers": "^1.1.0",
"@aragon/test-helpers": "^2.0.0",
"eth-gas-reporter": "^0.2.0",
"ganache-cli": "^6.4.3",
"solidity-coverage": "^0.5.11"
@@ -26,10 +26,7 @@
"publish:minor": "aragon apm publish minor",
"publish:major": "aragon apm publish major",
"versions": "aragon apm versions",
"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"
"test": "aragon contracts test"
},
"keywords": []
}