test(simulator): use standard file namespace for tests
[e-mobility-charging-stations-simulator.git] / package.json
index 1c29f6bf9b894d0ca3efb70aec6c65bf5f735da3..91566bc5f2d589bd9563b351af791a3ade2dfb8f 100644 (file)
@@ -66,8 +66,8 @@
     "lint": "cross-env TIMING=1 eslint --cache --ext .js,.cjs,.mjs,.ts src",
     "lint:fix": "cross-env TIMING=1 eslint --cache --fix --ext .js,.cjs,.mjs,.ts src",
     "format": "prettier --cache --write .",
-    "test": "c8 mocha test/**/*Test.ts",
-    "test:debug": "mocha --no-parallel --inspect test/**/*Test.ts",
+    "test": "c8 mocha test/**/*.test.ts",
+    "test:debug": "mocha --no-parallel --inspect test/**/*.test.ts",
     "coverage": "c8 report --reporter=lcov",
     "coverage:html": "c8 report --reporter=html",
     "clinic:clean": "clinic clean",