Explorar o código

fix: wrong script name

Sv443 hai 4 meses
pai
achega
b4acd5f121
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -13,7 +13,7 @@
     "lint": "eslint . && tsc --noEmit",
     "run-unit-tests": "jest --testLocationInResults --verbose",
     "run-latency-test": "tsx src/dev/latency-test.ts",
-    "test": "start-server-and-test start http://127.0.0.1:8074/v2/health run-tests",
+    "test": "start-server-and-test start http://127.0.0.1:8074/v2/health run-unit-tests",
     "latency-test": "start-server-and-test start http://127.0.0.1:8074/v2/health run-latency-test"
   },
   "repository": {