|
@@ -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": {
|