Version 1.1.87
[e-mobility-charging-stations-simulator.git] / .vscode / settings.json
index eb3d18bbe9452ab8bcde30086aaa3631b92513c5..06f6d6a01589ead1eb583feac816464e2bc4d90d 100644 (file)
@@ -1,5 +1,8 @@
 {
   "editor.codeActionsOnSave": {
     "source.fixAll": true
-  }
+  },
+  "testExplorer.useNativeTesting": true,
+  "mochaExplorer.files": ["test/**/*Test.ts"],
+  "mochaExplorer.debuggerConfig": "Debug Simulator Unit Tests"
 }