.solcover.js 117 B

1234567
  1. module.exports = {
  2. istanbulReporter: ["html"],
  3. mocha: {
  4. delay: true,
  5. },
  6. skipFiles: ["mocks", "test"],
  7. };