From 3d2e52ae7ecdecadad6830f7991fee79185a9ffe Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Mon, 12 Feb 2024 17:13:14 -0700 Subject: chore: continue tests/ re-org (#22396) Split `node_compat_tests` into its own top-level test so its stdout doesn't stomp on the remainder of the tests. --- tests/integration/coverage_tests.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/integration/coverage_tests.rs') diff --git a/tests/integration/coverage_tests.rs b/tests/integration/coverage_tests.rs index 804f9b578..5353996a0 100644 --- a/tests/integration/coverage_tests.rs +++ b/tests/integration/coverage_tests.rs @@ -3,6 +3,7 @@ use deno_core::serde_json; use std::fs; use test_util as util; +use test_util::itest; use test_util::TempDir; use util::assert_starts_with; use util::env_vars_for_npm_tests; -- cgit v1.2.3