Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Update httpd tests to use happy-dom as environment
Sebastian Martinez committed 2 years ago
commit f50521ca23e8c911bee955a719c0717c3df10492
parent ec0aa4d982812a44dd2c18f5b6e2e4ac6f34f2e7
1 file changed +1 -1
modified httpd-client/vite.config.ts
@@ -3,7 +3,7 @@ import path from "node:path";

export default defineConfig({
  test: {
-
    environment: "node",
+
    environment: "happy-dom",
    include: ["httpd-client/tests/*.test.ts"],
    reporters: "verbose",
    globalSetup: "./tests/support/globalSetup",