.solcover.js 154 B

1234
  1. module.exports = {
  2. compileCommand: '../node_modules/.bin/truffle compile',
  3. testCommand: '../node_modules/.bin/truffle test --network coverage',
  4. };