Skip to content
This repository was archived by the owner on Nov 9, 2024. It is now read-only.

Commit 6c7158d

Browse files
committed
test: add missing 'unmount' call
1 parent b967aab commit 6c7158d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Tippy.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ describe('<Tippy />', () => {
4040
const arg = spy.mock.calls[0][0]
4141
expect(arg.popper).toBeDefined()
4242
expect(arg.reference).toBeDefined()
43+
wrapper.unmount()
4344
})
4445

4546
test('renders JSX inside content prop', () => {

0 commit comments

Comments
 (0)