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 086d6af commit b4931d1Copy full SHA for b4931d1
modules/abstract-utxo/.mocharc.js
@@ -2,7 +2,5 @@
2
3
module.exports = {
4
require: 'ts-node/register',
5
- timeout: '2000',
6
- exit: true,
7
- spec: ['test/**/*.ts'],
+ extension: ['.js', '.ts'],
8
};
0 commit comments