Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: re-enable windows test (pass 1) #56

Merged
merged 11 commits into from
Dec 18, 2024
Prev Previous commit
Next Next commit
Update test.ts
  • Loading branch information
lowlighter committed Dec 18, 2024
commit 41a23f19a8b3d88f11b991b65d204fc6441e6987
1 change: 1 addition & 0 deletions @mizu/internal/testing/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ async function expect(operation: HTMLElement, testing: Testing) {
async function http(operation: HTMLElement, testing: Testing) {
const { promise, resolve } = Promise.withResolvers<void>()
testing.http.server = createServer(async (incoming, outgoing) => {
// deno-lint-ignore no-console
console.log("incoming...")
// Parse incoming message into web standards objects
const headers = new Headers(incoming.headers as HeadersInit)
Expand Down
Loading