Skip to content

Commit 78277c3

Browse files
committed
removed mock from coverage
1 parent c3f0413 commit 78277c3

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)