Skip to content

Commit 50f3fc1

Browse files
committed
test: fix expose gc settings for Mocha in tests
1 parent 037124a commit 50f3fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.mocharc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module.exports = {
44
require: ["ts-node/register", "rocha"],
55
spec: ["test/unit/*-test.ts", "test/unit/compat/*-test.{ts,js}"],
6-
"expose-gc": true,
6+
"v8-expose-gc": true,
77
"experimental-worker": true,
88
recursive: true,
99
}

0 commit comments

Comments
 (0)