aboutsummaryrefslogtreecommitdiff
path: root/src/cli/test_command.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/test_command.zig')
-rw-r--r--src/cli/test_command.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/test_command.zig b/src/cli/test_command.zig
index d4a26d0f8..0e337ebf0 100644
--- a/src/cli/test_command.zig
+++ b/src/cli/test_command.zig
@@ -755,7 +755,7 @@ pub const TestCommand = struct {
vm.onUnhandledRejectionCtx = null;
vm.onUnhandledRejection = jest.TestRunnerTask.onUnhandledRejection;
- module.runTests(JSC.JSValue.zero, vm.global);
+ module.runTests(vm.global);
vm.eventLoop().tick();
var prev_unhandled_count = vm.unhandled_error_counter;