Skip to content

Commit c2dc574

Browse files
committed
Ignore node_modules in mocha config
1 parent 1964cc0 commit c2dc574

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,6 +2,7 @@
22
module.exports = {
33
require: 'tsx',
44
spec: ['**/*.spec.ts'],
5+
ignore: ['node_modules/**/*'],
56
watchFiles: ['src', 'test'],
67
watchIgnore: ['test/fixtures']
78
};

0 commit comments

Comments
 (0)