summaryrefslogtreecommitdiff
path: root/tests/integration/mod.rs
diff options
context:
space:
mode:
authorMohammad Sulaiman <mohammad.sulaiman@exalt.ps>2024-09-16 11:53:20 +0300
committerGitHub <noreply@github.com>2024-09-16 09:53:20 +0100
commiteb8ee95f08186c948e5b83501cedd59d6e3b4ef2 (patch)
treed22a95d6c5db63c0e6481e8a8eb04e292d760e9a /tests/integration/mod.rs
parente4ea9be87463ce1b13e826db80452b17a9762f32 (diff)
chore: deprecate node compat itests (#25573)
Diffstat (limited to 'tests/integration/mod.rs')
-rw-r--r--tests/integration/mod.rs2
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"]