refactor: cleanup examples package.json scripts
[poolifier.git] / examples / typescript / websocket-server-pool / ws-worker_threads / package.json
index 510270a0507cd7b563e8631bfa9808e9a81b1994..6217f069da8d2f225edfc206b3da2e1e830ad6f4 100644 (file)
@@ -13,7 +13,8 @@
     "build": "pnpm build:clean && tsc",
     "build:clean": "tsc --build --clean",
     "start": "node dist/main.js",
-    "test": "echo \"Error: no test specified\" && exit 1"
+    "test": "echo \"Error: no test specified\" && exit 1",
+    "test:requests": "node requests.js"
   },
   "keywords": [],
   "author": "",