From 69dbf5663a6dfd636fa749f7efad27935d4b9082 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Sat, 9 Nov 2024 10:15:14 +0100 Subject: [PATCH] Removing mocha settings --- .npmignore | 3 +-- .vscode/launch.json | 13 +------------ 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/.npmignore b/.npmignore index 85843f9..e869b0b 100644 --- a/.npmignore +++ b/.npmignore @@ -5,5 +5,4 @@ tslint.json test/ *.test.* .vscode -.gitattributes -.mocharc.json' \ No newline at end of file +.gitattributes \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json index 1e94136..5dd2cf3 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,15 +1,4 @@ { "version": "0.1.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" - } - ] + "configurations": [] }