Skip to content

Commit 1905b50

Browse files
committed
wip: experiment with accessors
1 parent cb9fc3a commit 1905b50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/__tests__/rerender.test.js

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ describe('rerender', () => {
4444
await act(() => {
4545
component.name = 'Planet'
4646
})
47+
await act()
4748

4849
expect(element).toHaveTextContent('Hello Planet!')
4950
})

0 commit comments

Comments
 (0)