From db39855fcb9e90131432d1c03bd5c16263addb3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 5 Apr 2023 13:15:57 +0200 Subject: tests: cleanup "node_compat_tests" (#18594) A few drive-by cleanup while I'm working on the "crypto" module. It makes it easier and faster to debug the failing test case. --- cli/tests/integration/node_compat_tests.rs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cli/tests/integration/node_compat_tests.rs') diff --git a/cli/tests/integration/node_compat_tests.rs b/cli/tests/integration/node_compat_tests.rs index 7617b7037..b5fd7b1b3 100644 --- a/cli/tests/integration/node_compat_tests.rs +++ b/cli/tests/integration/node_compat_tests.rs @@ -8,12 +8,6 @@ fn node_compat_tests() { .current_dir(util::root_path()) .arg("test") .arg("--unstable") - .arg("--import-map") - .arg( - util::tests_path() - .join("node_compat") - .join("import_map.json"), - ) .arg("-A") .arg(util::tests_path().join("node_compat")) .spawn() -- cgit v1.2.3