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