From b8b5b636ce99916ea4046413af4fe8733f86b68b Mon Sep 17 00:00:00 2001 From: Danilo Britto Date: Fri, 1 Sep 2023 18:51:06 -0500 Subject: [PATCH] Update jest codesandbox demo (#2022) --- docs/guides/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/testing.md b/docs/guides/testing.md index 96529fc3..d8ead244 100644 --- a/docs/guides/testing.md +++ b/docs/guides/testing.md @@ -435,7 +435,7 @@ const renderCounterWithContext = () => { **CodeSandbox Demos** -- Jest Demo: https://codesandbox.io/p/sandbox/friendly-breeze-276c28 +- Jest Demo: https://codesandbox.io/p/sandbox/zustand-jest-demo-twkypn - Vitest Demo: https://codesandbox.io/p/sandbox/zustand-vitest-demo-ph5gnj ## References