fix solcoverage

This commit is contained in:
Roman Storm 2017-11-09 20:47:23 -08:00
parent ddac6a3d6c
commit ce0b43b224
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
module.exports = {
norpc: true,
testCommand: 'node --max-old-space-size=4096 ../node_modules/.bin/truffle test --network coverage',
skipFiles: ['Migrations.sol']
skipFiles: ['Migrations.sol'],
copyNodeModules: true
}