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

refactor: use srvx node compat #925

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
revert test change
pi0 committed Dec 6, 2024
commit 4d706ad3a91fd89b905c327c9ed1a098ae1c24fd
2 changes: 1 addition & 1 deletion test/event.test.ts
Original file line number Diff line number Diff line change
@@ -73,7 +73,7 @@ describeMatrix("event", (t, { it, expect }) => {
method: "POST",
headers: {
"x-test": "123",
// "content-type": "application/json",
"content-type": "application/json",
},
body: JSON.stringify({ hello: "world" }),
});