Version 1.1.87
[e-mobility-charging-stations-simulator.git] / .vscode / settings.json
index 246e9c6e8977ee78076dd57b3b052f8b2c1a02a4..06f6d6a01589ead1eb583feac816464e2bc4d90d 100644 (file)
@@ -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"
 }