Skip to content

Commit

Permalink
refactor: code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vicb committed Nov 26, 2024
1 parent d931173 commit 9bc7b1b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/tests-unit/tests/adapters/cache.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,7 @@ describe("S3Cache", () => {
beforeEach(() => {
vi.clearAllMocks();

cache = new S3Cache({
_appDir: false,
_requestHeaders: undefined as never,
});
cache = new S3Cache();

globalThis.disableIncrementalCache = false;
globalThis.isNextAfter15 = false;
Expand Down

0 comments on commit 9bc7b1b

Please sign in to comment.