Skip to content

Commit 651b0b1

Browse files
fix: Export additional cache utilities from the cache module
1 parent 8d65d8a commit 651b0b1

File tree

1 file changed

+1
-0
lines changed
  • src/plugins/next-mocks/alias/cache

1 file changed

+1
-0
lines changed

src/plugins/next-mocks/alias/cache/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ const cacheExports = {
2929
};
3030

3131
export default cacheExports;
32+
export { unstable_cache, revalidateTag, revalidatePath, unstable_noStore };

0 commit comments

Comments
 (0)