diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-09-03 18:19:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-03 18:19:30 +0200 |
commit | e324151520c62c9503e5e38da66827cd7815ea14 (patch) | |
tree | 51449e9ea202b758a4ac74210b97f6c9b65d26e7 /cli/tests/integration/mod.rs | |
parent | fc4025c878a7986576f693ed3ad297212f6a99de (diff) |
BREAKING(unstable): remove --compat mode (#15678)
This commit removes "compat" mode. We shipped support for "npm:" specifier
support in v1.25 and that is preferred way to interact with Node code that we
will iterate and improve upon.
Diffstat (limited to 'cli/tests/integration/mod.rs')
-rw-r--r-- | cli/tests/integration/mod.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/tests/integration/mod.rs b/cli/tests/integration/mod.rs index 742c0e3a7..84ec34f2b 100644 --- a/cli/tests/integration/mod.rs +++ b/cli/tests/integration/mod.rs @@ -60,8 +60,6 @@ mod bundle; mod cache; #[path = "check_tests.rs"] mod check; -#[path = "compat_tests.rs"] -mod compat; #[path = "compile_tests.rs"] mod compile; #[path = "coverage_tests.rs"] |