summaryrefslogtreecommitdiff
path: root/tests/integration/jupyter_tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/jupyter_tests.rs')
-rw-r--r--tests/integration/jupyter_tests.rs8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/integration/jupyter_tests.rs b/tests/integration/jupyter_tests.rs
new file mode 100644
index 000000000..59c247e5d
--- /dev/null
+++ b/tests/integration/jupyter_tests.rs
@@ -0,0 +1,8 @@
+// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+
+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,
+});