diff options
author | HasanAlrimawi <141642411+HasanAlrimawi@users.noreply.github.com> | 2024-09-16 20:45:25 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-16 17:45:25 +0000 |
commit | 36a1a79f175b2df31d8ba5d7e121239c3b7e74ea (patch) | |
tree | a2d1c96ba22181dc3301e3a20e4c4977f50b5d3d /tests/integration/mod.rs | |
parent | acc32e1cee043ef7233a94bcf5645c4a842ed13a (diff) |
chore: deprecate lint itests (#25655)
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 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"] |