diff options
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/integration/jupyter_tests.rs | 2 | ||||
-rw-r--r-- | cli/tests/testdata/jupyter/install_command_not_exists.out | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/cli/tests/integration/jupyter_tests.rs b/cli/tests/integration/jupyter_tests.rs index 847290ef8..59c247e5d 100644 --- a/cli/tests/integration/jupyter_tests.rs +++ b/cli/tests/integration/jupyter_tests.rs @@ -1,7 +1,7 @@ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. itest!(jupyter_install_command_not_exists { - args: "jupyter --unstable --install", + args: "jupyter --install", output: "jupyter/install_command_not_exists.out", envs: vec![("PATH".to_string(), "".to_string())], exit_code: 1, diff --git a/cli/tests/testdata/jupyter/install_command_not_exists.out b/cli/tests/testdata/jupyter/install_command_not_exists.out index 3d599f7fc..1bb176e20 100644 --- a/cli/tests/testdata/jupyter/install_command_not_exists.out +++ b/cli/tests/testdata/jupyter/install_command_not_exists.out @@ -1,3 +1,4 @@ +Warning "deno jupyter" is unstable and might change in the future. error: Failed to spawn 'jupyter' command. Is JupyterLab installed (https://jupyter.org/install) and available on the PATH? Caused by: |