We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3f0413 commit 78277c3Copy full SHA for 78277c3
.solcover.js
@@ -1,3 +1,6 @@
1
module.exports = {
2
- skipFiles: ['_external'],
+ skipFiles: ['_external', '_mocks'],
3
+ mocha: {
4
+ timeout: 100000
5
+ },
6
};
0 commit comments