From 4af6310a9c42fbc81ab82d6253becf1f3fdeebac Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Thu, 7 Apr 2022 06:13:09 +0000 Subject: #17 Move TOKEN from EnvConfig to database --- .vscode/launch.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to '.vscode') diff --git a/.vscode/launch.json b/.vscode/launch.json index 1ab3567..957ff80 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -15,6 +15,21 @@ "outFiles": [ "${workspaceFolder}/**/*.js" ] + }, + { + "type": "node", + "name": "vscode-jest-tests", + "request": "launch", + "console": "integratedTerminal", + "internalConsoleOptions": "neverOpen", + "disableOptimisticBPs": true, + "cwd": "/workspace/src", + "runtimeExecutable": "yarn", + "args": [ + "jest", + "--runInBand", + "--watchAll=false" + ] } ] } \ No newline at end of file -- cgit