tangled
alpha
login
or
join now
tijs.org
/
kipclip-appview
The Appview for the kipclip.com atproto bookmarking service
2
fork
atom
overview
issues
pulls
pipelines
Fix test BASE_URL to use auto-detection from Request objects
tijs.org
3 weeks ago
61499992
6f168966
options
unified
split
Changed files
+1
-3
tests
test-setup.ts
+1
-3
tests/test-setup.ts
···
22
22
);
23
23
}
24
24
25
25
-
if (!Deno.env.get("BASE_URL")) {
26
26
-
Deno.env.set("BASE_URL", "http://localhost:8000");
27
27
-
}
25
25
+
// Note: BASE_URL is not set here - tests use auto-detection from Request objects