aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/launch.json
diff options
context:
space:
mode:
authorRossTheRoss <mstrapp@protonmail.com>2021-04-15 11:36:55 -0500
committerRossTheRoss <mstrapp@protonmail.com>2021-04-15 11:36:55 -0500
commite1994b6e0342913696f94eec1a4a6b0685e3a015 (patch)
treefe065d851ca3e276c8bbc9cc78f1c6b77777c129 /.vscode/launch.json
parentRearrange (diff)
downloadhomework-e1994b6e0342913696f94eec1a4a6b0685e3a015.tar
homework-e1994b6e0342913696f94eec1a4a6b0685e3a015.tar.gz
homework-e1994b6e0342913696f94eec1a4a6b0685e3a015.tar.bz2
homework-e1994b6e0342913696f94eec1a4a6b0685e3a015.tar.lz
homework-e1994b6e0342913696f94eec1a4a6b0685e3a015.tar.xz
homework-e1994b6e0342913696f94eec1a4a6b0685e3a015.tar.zst
homework-e1994b6e0342913696f94eec1a4a6b0685e3a015.zip
hw6
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index a4445ae..8deef87 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -6,7 +6,7 @@
"configurations": [
{
- "command": "npm start",
+ "command": "npm test",
"name": "Node Start (npm)",
"request": "launch",
"type": "node-terminal",