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/npm_tests.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/integration/npm_tests.rs') diff --git a/tests/integration/npm_tests.rs b/tests/integration/npm_tests.rs index a63253260..3777bfe8a 100644 --- a/tests/integration/npm_tests.rs +++ b/tests/integration/npm_tests.rs @@ -5,6 +5,7 @@ use deno_core::serde_json::json; use deno_core::serde_json::Value; use pretty_assertions::assert_eq; use test_util as util; +use test_util::itest; use util::assert_contains; use util::env_vars_for_npm_tests; use util::http_server; -- cgit v1.2.3