From bacddb3a134bdb09da61221433042f944b287e4b Mon Sep 17 00:00:00 2001 From: wobsoriano Date: Sun, 7 May 2023 19:18:58 -0700 Subject: [PATCH] fix test types --- test/async.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/async.test.tsx b/test/async.test.tsx index cd4ac10..eaabed5 100644 --- a/test/async.test.tsx +++ b/test/async.test.tsx @@ -35,7 +35,7 @@ it('does not show async stale result', async () => { createEffect(() => { committed.push(delayedCount()!) }) - return
delayedCount: {delayedCount}
+ return
delayedCount: {delayedCount()}
} const { getByText, findByText } = render(() => (