diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-04-05 13:15:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-05 13:15:57 +0200 |
commit | db39855fcb9e90131432d1c03bd5c16263addb3e (patch) | |
tree | 09cd26c1c2fcee6ceb7a9872abca545a0110c651 /cli/tests/integration/node_compat_tests.rs | |
parent | 686fe477496cf6eee398eb8ac195692528d3f427 (diff) |
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.
Diffstat (limited to 'cli/tests/integration/node_compat_tests.rs')
-rw-r--r-- | cli/tests/integration/node_compat_tests.rs | 6 |
1 files changed, 0 insertions, 6 deletions
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() |