Skip to content

Commit f311e20

Browse files
committed
tell mocha to ignore the fixtures too
1 parent 498fa2b commit f311e20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.mocharc.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"require": ["./env.js"],
33
"extension": ["ts"],
44
"recursive": true,
5+
"exclude": "test/fixtures/**",
56
"node-option": [
67
"experimental-specifier-resolution=node",
78
"loader=ts-node/esm"

0 commit comments

Comments
 (0)