summaryrefslogtreecommitdiff
path: root/cli/tests/integration
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-03-03 15:11:10 -0400
committerGitHub <noreply@github.com>2023-03-03 19:11:10 +0000
commit5c43e2a665c9dae7aff3ba757e589f10ec3aa062 (patch)
tree6cb9f4fdd10a8f715509b215cfbbabe9cb83f702 /cli/tests/integration
parent1b42ab46058c299c5ad219d836958e97e30577dd (diff)
chore: update deno_std submodule to 0.178.0 (#18003)
Diffstat (limited to 'cli/tests/integration')
-rw-r--r--cli/tests/integration/test_tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/integration/test_tests.rs b/cli/tests/integration/test_tests.rs
index b9166c510..712cd1c68 100644
--- a/cli/tests/integration/test_tests.rs
+++ b/cli/tests/integration/test_tests.rs
@@ -241,7 +241,7 @@ itest!(trace_ops_catch_error {
// });
itest!(ops_sanitizer_nexttick {
- args: "test test/ops_sanitizer_nexttick.ts",
+ args: "test --no-check test/ops_sanitizer_nexttick.ts",
output: "test/ops_sanitizer_nexttick.out",
});