From 36a1a79f175b2df31d8ba5d7e121239c3b7e74ea Mon Sep 17 00:00:00 2001 From: HasanAlrimawi <141642411+HasanAlrimawi@users.noreply.github.com> Date: Mon, 16 Sep 2024 20:45:25 +0300 Subject: chore: deprecate lint itests (#25655) --- tests/integration/mod.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/integration/mod.rs') diff --git a/tests/integration/mod.rs b/tests/integration/mod.rs index 5cbe2a2ff..37c750228 100644 --- a/tests/integration/mod.rs +++ b/tests/integration/mod.rs @@ -35,8 +35,6 @@ mod js_unit_tests; mod jsr; #[path = "jupyter_tests.rs"] mod jupyter; -#[path = "lint_tests.rs"] -mod lint; #[path = "lsp_tests.rs"] mod lsp; #[path = "node_unit_tests.rs"] -- cgit v1.2.3