Skip to content

Commit 3ac7a11

Browse files
committed
test: remove rocha from Mocha config
1 parent 7b365d7 commit 3ac7a11

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.mocharc.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22
* @type {import('mocha').MochaOptions}
33
*/
44
const config = {
5-
require: ["ts-node/register", "rocha"],
5+
require: ["ts-node/register"],
66
spec: [
77
"test/unit/*-test.ts",
88
"test/unit/compat/*-test.js",
99
],
1010
"expose-gc": true,
1111
"v8-expose-gc": true,
12-
"experimental-worker": true,
13-
recursive: true,
1412
exit: true,
1513
parallel: true,
1614
}

0 commit comments

Comments
 (0)