oracles-presale/.solcover.js

5 lines
175 B
JavaScript
Raw Normal View History

2017-11-09 18:22:19 -08:00
module.exports = {
norpc: true,
testCommand: 'node --max-old-space-size=4096 ../node_modules/.bin/truffle test --network coverage',
skipFiles: ['Migrations.sol']
}