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