Skip to content

Commit b4931d1

Browse files
fix(abstract-utxo): fix mocha config
Old config ran all tests by default when used from IntelliJ Issue: BTC-1450
1 parent 086d6af commit b4931d1

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)