Skip to content

Commit

Permalink
fix: address feedbacks
Browse files Browse the repository at this point in the history
Co-authored-by: Jim Blanchard <[email protected]>
  • Loading branch information
AllanZhengYP and jimblanc authored Sep 13, 2023
1 parent 1cc0555 commit 4d41737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/__tests__/clients/fetch.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe(fetchTransferHandler.name, () => {
);
});

test('should cache configure', async () => {
test('should configure cache', async () => {
const cacheMode = 'no-store';
await fetchTransferHandler(mockRequest, { cache: cacheMode });
expect(mockUnfetch).toBeCalledTimes(1);
Expand Down

0 comments on commit 4d41737

Please sign in to comment.