Skip to content

Commit

Permalink
test: fix expose gc settings for Mocha in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jun 15, 2024
1 parent 037124a commit 50f3fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .mocharc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module.exports = {
require: ["ts-node/register", "rocha"],
spec: ["test/unit/*-test.ts", "test/unit/compat/*-test.{ts,js}"],
"expose-gc": true,
"v8-expose-gc": true,
"experimental-worker": true,
recursive: true,
}

0 comments on commit 50f3fc1

Please sign in to comment.