Skip to content

Commit a5c6adf

Browse files
committed
fix: add web/bunfig.toml with preload for Request global in tests
1 parent 9a974c6 commit a5c6adf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

web/bunfig.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[test]
2+
# Preload web globals (Request, Response, Headers, fetch) for Next.js server modules
3+
preload = ["./test/setup-globals.ts", "../sdk/test/setup-env.ts", "../test/setup-bigquery-mocks.ts"]

0 commit comments

Comments
 (0)