WIP: Run tests on CI #152

Closed
raucao wants to merge 10 commits from dev/run_tests_on_ci into master
2 changed files with 1 additions and 3 deletions
Showing only changes of commit 476609843d - Show all commits

View File

@ -7,8 +7,6 @@
"@aragon/cli": "^5.9.6"
},
"devDependencies": {
"@aragon/test-helpers": "^1.1.0",
"eth-ens-namehash": "^2.0.8",
"eth-gas-reporter": "^0.2.0",
"ganache-cli": "^6.4.3",
"solidity-coverage": "^0.5.11"

View File

@ -1,4 +1,4 @@
const namehash = require('eth-ens-namehash').hash;
const namehash = require('ethers').utils.namehash;
// eslint-disable-next-line no-undef
const Contributor = artifacts.require("Contributor.sol");