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.
2 parents c3f0413 + 78277c3 commit b982e72Copy full SHA for b982e72
.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