diff options
Diffstat (limited to 'tests/integration/mod.rs')
-rw-r--r-- | tests/integration/mod.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/integration/mod.rs b/tests/integration/mod.rs index d1d20aee1..159663233 100644 --- a/tests/integration/mod.rs +++ b/tests/integration/mod.rs @@ -41,8 +41,6 @@ mod jupyter; mod lint; #[path = "lsp_tests.rs"] mod lsp; -#[path = "node_compat_tests.rs"] -mod node_compat_tests; #[path = "node_unit_tests.rs"] mod node_unit_tests; #[path = "npm_tests.rs"] |