Sv443 преди 4 месеца
родител
ревизия
b4acd5f121
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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": {