소스 검색

fix: wrong script name

Sv443 4 달 전
부모
커밋
b4acd5f121
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      package.json

+ 1 - 1
package.json

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