From af1134963eaba39ccdf90248d0355e08a2d6fc89 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Sat, 9 Nov 2024 10:15:30 +0100 Subject: [PATCH] Removing mocha settings --- .vscode/launch.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 5fd68217..bd5534a5 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,15 +1,5 @@ { "version": "0.2.0", "configurations": [ - - { - "type": "node", - "request": "launch", - "name": "Mocha all tests", - "program": "${workspaceFolder}/node_modules/mocha/bin/_mocha", - "args": ["${workspaceRoot}/lib/test/**/*.test.js"], - "cwd": "${workspaceRoot}", - "internalConsoleOptions": "openOnSessionStart" - } ] }