Skip to content

Commit b982e72

Browse files
authored
Merge pull request #18 from ampleforth/fixed-coverage
2 parents c3f0413 + 78277c3 commit b982e72

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.solcover.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
module.exports = {
2-
skipFiles: ['_external'],
2+
skipFiles: ['_external', '_mocks'],
3+
mocha: {
4+
timeout: 100000
5+
},
36
};

0 commit comments

Comments
 (0)