From e40f9a5c14c51b6d05812e48fa072148fe79c74d Mon Sep 17 00:00:00 2001 From: David Sherret Date: Fri, 15 Mar 2024 15:46:51 -0400 Subject: chore: move more tests away from itest (#22909) Part of #22907 --- 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 9253cae32..40dd880b5 100644 --- a/tests/integration/mod.rs +++ b/tests/integration/mod.rs @@ -38,8 +38,6 @@ mod install; mod js_unit_tests; #[path = "jsr_tests.rs"] mod jsr; -#[path = "jupyter_tests.rs"] -mod jupyter; #[path = "lint_tests.rs"] mod lint; #[path = "lsp_tests.rs"] -- cgit v1.2.3