diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-03-15 15:46:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-15 15:46:51 -0400 |
commit | e40f9a5c14c51b6d05812e48fa072148fe79c74d (patch) | |
tree | e492e91717c7ddda3e31139f870706870449cdde /tests/integration/jupyter_tests.rs | |
parent | 392579b5a673964752e38e1e0d9c2c9ae223a382 (diff) |
chore: move more tests away from itest (#22909)
Part of #22907
Diffstat (limited to 'tests/integration/jupyter_tests.rs')
-rw-r--r-- | tests/integration/jupyter_tests.rs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/integration/jupyter_tests.rs b/tests/integration/jupyter_tests.rs deleted file mode 100644 index 547861258..000000000 --- a/tests/integration/jupyter_tests.rs +++ /dev/null @@ -1,10 +0,0 @@ -// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. - -use test_util::itest; - -itest!(jupyter_install_command_not_exists { - args: "jupyter --install", - output: "jupyter/install_command_not_exists.out", - envs: vec![("PATH".to_string(), "".to_string())], - exit_code: 1, -}); |