Skip to content

Commit 6a35b64

Browse files
committed
chore: fix test config
1 parent 4bfc03d commit 6a35b64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.mocharc.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
const base = require('@jcoreio/toolchain-mocha/.mocharc.cjs')
33
module.exports = {
44
...base,
5+
recursive: true,
56
require: [...base.require, 'test/configure.ts'],
67
}

0 commit comments

Comments
 (0)