Skip to content

Commit

Permalink
fix test types
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano committed May 8, 2023
1 parent 96f4732 commit bacddb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/async.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ it('does not show async stale result', async () => {
createEffect(() => {
committed.push(delayedCount()!)
})
return <div>delayedCount: {delayedCount}</div>
return <div>delayedCount: {delayedCount()}</div>
}

const { getByText, findByText } = render(() => (
Expand Down

0 comments on commit bacddb3

Please sign in to comment.