Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaspreet-singh-1032 committed Oct 16, 2023
1 parent 5a569c6 commit 9f4785b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ describe('useKResponsiveWindow composable', () => {
const wrapper = mount(TestComponent());
await wrapper.vm.$nextTick();
// Wait for the throttling delay
setTimeout(() => {
setTimeout(() => {
expect(wrapper.vm.windowBreakpoint).toEqual(1);
}, 20);
});
Expand Down

0 comments on commit 9f4785b

Please sign in to comment.