Add initial code structure for update firmware simulation
[e-mobility-charging-stations-simulator.git] / .vscode / settings.json
index b40f1546ca5f76ac286e9fd0101ada7567375a38..06f6d6a01589ead1eb583feac816464e2bc4d90d 100644 (file)
@@ -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"
 }