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 5bec65e + b4931d1 commit e3e384fCopy full SHA for e3e384f
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