diff --git a/.solcover.js b/.solcover.js index fadcdd7..c924ba7 100644 --- a/.solcover.js +++ b/.solcover.js @@ -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 } \ No newline at end of file