summaryrefslogtreecommitdiff
path: root/cli/js/40_test.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/40_test.js')
-rw-r--r--cli/js/40_test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/40_test.js b/cli/js/40_test.js
index d93228940..2877bfa9b 100644
--- a/cli/js/40_test.js
+++ b/cli/js/40_test.js
@@ -196,7 +196,7 @@ function testInner(
nameOrFnOrOptions,
optionsOrFn,
maybeFn,
- overrides = {},
+ overrides = { __proto__: null },
) {
// No-op if we're not running in `deno test` subcommand.
if (typeof op_register_test !== "function") {