Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Run httpd-client tests in node environment
Thomas Scholtes committed 1 year ago
commit 0e359d42d12511a63e04e0777247def427812876
parent fb32e01a2fa84d104c114becf1a6a65636240305
1 file changed +1 -1
modified httpd-client/vite.config.ts
@@ -10,7 +10,7 @@ export default defineConfig({
    }),
  ],
  test: {
-
    environment: "happy-dom",
+
    environment: "node",
    include: ["httpd-client/tests/*.test.ts"],
    reporters: "verbose",
    globalSetup: "./tests/support/globalSetup",