Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoferrolho committed Mar 20, 2024
1 parent 756c9a7 commit 68beed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/specs/Datepicker/Datepicker.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ describe('Modal', () => {
await wrapper.vm.$nextTick();

expect(wrapper.emitted().closed).toBeTruthy();
wrapper.destroy();
wrapper.unmount();
});
});

0 comments on commit 68beed7

Please sign in to comment.