From e1994b6e0342913696f94eec1a4a6b0685e3a015 Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Thu, 15 Apr 2021 11:36:55 -0500 Subject: hw6 --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vscode') 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", -- cgit v1.2.3