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 0af74df commit c0be266Copy full SHA for c0be266
jest.setup.js
@@ -12,4 +12,5 @@ jest.mock("react", () => {
12
// Override untable_cache method to avoid caching in tests
13
jest.mock("next/cache", () => ({
14
unstable_cache: (fn) => fn,
15
+ cacheLife: jest.fn(),
16
}));
0 commit comments