diff --git a/.github/actions/actions/cache/0057852bfaa89a56745cba8c7296529d2fc39830/.vscode/launch.json b/.github/actions/actions/cache/0057852bfaa89a56745cba8c7296529d2fc39830/.vscode/launch.json new file mode 100644 index 0000000..c90eda7 --- /dev/null +++ b/.github/actions/actions/cache/0057852bfaa89a56745cba8c7296529d2fc39830/.vscode/launch.json @@ -0,0 +1,17 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "type": "node", + "request": "launch", + "name": "Jest Test", + "program": "${workspaceFolder}/node_modules/jest/bin/jest", + "args": ["--runInBand", "--config=${workspaceFolder}/jest.config.js"], + "console": "integratedTerminal", + "internalConsoleOptions": "neverOpen" + }, + ] +} \ No newline at end of file