X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=06f6d6a01589ead1eb583feac816464e2bc4d90d;hb=5eaabe903f16359e6ddb3830216993f186cb85d5;hp=246e9c6e8977ee78076dd57b3b052f8b2c1a02a4;hpb=2e6f5966ecbefada47d60b1b53d21fe49be439a5;p=e-mobility-charging-stations-simulator.git diff --git a/.vscode/settings.json b/.vscode/settings.json index 246e9c6e..06f6d6a0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,8 @@ { "editor.codeActionsOnSave": { - "source.fixAll.eslint": true - } + "source.fixAll": true + }, + "testExplorer.useNativeTesting": true, + "mochaExplorer.files": ["test/**/*Test.ts"], + "mochaExplorer.debuggerConfig": "Debug Simulator Unit Tests" }