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