From 3f947cf4b074b4ab0b35cafe554b49577c932ef3 Mon Sep 17 00:00:00 2001 From: Asia Date: Tue, 13 Feb 2024 17:54:06 +0100 Subject: [PATCH] correct fix for state being pushed twice --- .vscode/launch.json | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index a03a1c53..00000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "version": "1.0.0", - "configurations": [ - { - "type": "node", - "request": "launch", - "name": "Jest: current file", - //"env": { "NODE_ENV": "test" }, - "program": "${workspaceFolder}/node_modules/.bin/jest", - "args": ["${fileBasenameNoExtension}", "--config", "jest.config.js"], - "console": "integratedTerminal", - "disableOptimisticBPs": true, - "windows": { - "program": "${workspaceFolder}/node_modules/jest/bin/jest" - } - } - ] -}