diff --git a/.vscode/launch.json b/.vscode/launch.json index e412a8d2..a35e2a50 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,6 +4,7 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ + { "name": "Test", "type": "node", @@ -14,4 +15,4 @@ "console": "internalConsole" } ] -} \ No newline at end of file +}