We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d931173 commit 9bc7b1bCopy full SHA for 9bc7b1b
packages/tests-unit/tests/adapters/cache.test.ts
@@ -70,10 +70,7 @@ describe("S3Cache", () => {
70
beforeEach(() => {
71
vi.clearAllMocks();
72
73
- cache = new S3Cache({
74
- _appDir: false,
75
- _requestHeaders: undefined as never,
76
- });
+ cache = new S3Cache();
77
78
globalThis.disableIncrementalCache = false;
79
globalThis.isNextAfter15 = false;
0 commit comments