summaryrefslogtreecommitdiff
path: root/tests/specs/jupyter/install_command
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/jupyter/install_command')
-rw-r--r--tests/specs/jupyter/install_command/__test__.jsonc8
-rw-r--r--tests/specs/jupyter/install_command/install_command.out2
2 files changed, 10 insertions, 0 deletions
diff --git a/tests/specs/jupyter/install_command/__test__.jsonc b/tests/specs/jupyter/install_command/__test__.jsonc
new file mode 100644
index 000000000..df60c3b86
--- /dev/null
+++ b/tests/specs/jupyter/install_command/__test__.jsonc
@@ -0,0 +1,8 @@
+{
+ "args": "jupyter --install",
+ "output": "install_command.out",
+ "envs": {
+ "PATH": ""
+ },
+ "exitCode": 0
+}
diff --git a/tests/specs/jupyter/install_command/install_command.out b/tests/specs/jupyter/install_command/install_command.out
new file mode 100644
index 000000000..62875d9cf
--- /dev/null
+++ b/tests/specs/jupyter/install_command/install_command.out
@@ -0,0 +1,2 @@
+Warning "deno jupyter" is unstable and might change in the future.
+✅ Deno kernelspec installed successfully.