Skip to content

Commit

Permalink
chore: fix up snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
gioboa committed Jan 8, 2025
1 parent 8616e2e commit 127c738
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/presets/vercel.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ describe("nitro:preset:vercel", async () => {
},
"src": "/build/(.*)",
},
{
"headers": {
"x-test": "test",
},
"src": "/(.*)",
},
{
"continue": true,
"headers": {
Expand Down

0 comments on commit 127c738

Please sign in to comment.