Skip to content

Commit e3e384f

Browse files
Merge pull request #5260 from BitGo/BTC-1450.fix-mocha-again
fix(abstract-utxo): fix mocha config
2 parents 5bec65e + b4931d1 commit e3e384f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modules/abstract-utxo/.mocharc.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,5 @@
22

33
module.exports = {
44
require: 'ts-node/register',
5-
timeout: '2000',
6-
exit: true,
7-
spec: ['test/**/*.ts'],
5+
extension: ['.js', '.ts'],
86
};

0 commit comments

Comments
 (0)