Add vscode configuration for unit tests
[e-mobility-charging-stations-simulator.git] / .vscode / settings.json
index 246e9c6e8977ee78076dd57b3b052f8b2c1a02a4..f522dcb8748b84bd46f0cc05843901c8281beb27 100644 (file)
@@ -1,5 +1,7 @@
 {
   "editor.codeActionsOnSave": {
-    "source.fixAll.eslint": true
-  }
+    "source.fixAll": true
+  },
+  "testExplorer.useNativeTesting": true,
+  "mochaExplorer.files": ["test/**/*Test.ts"]
 }