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