Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Run httpd-api unit tests with multiple threads
Sebastian Martinez committed 2 years ago
commit 3cf5563c09970a46a857d3c0d68321406e99deda
parent d03f0ae2c0a32e68ace455af05cf8ed0a54a84b0
1 file changed +1 -1
modified package.json
@@ -12,7 +12,7 @@
    "test:unit": "TZ='UTC' vitest run",
    "test:e2e": "TZ='UTC' playwright test",
    "test:e2e:ipfs": "TZ='UTC' playwright test ./tests/e2e/hashRouter.spec.ts --config playwright.ipfs.config.ts",
-
    "test:httpd-api:unit": "TZ='UTC' vitest run --config httpd-client/vite.config.ts --reporter verbose --threads false"
+
    "test:httpd-api:unit": "TZ='UTC' vitest run --config httpd-client/vite.config.ts --reporter verbose"
  },
  "type": "module",
  "engines": {