Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiber committed Aug 24, 2024
1 parent f8e4130 commit e0bfa9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ describe('other', () => {
expect(isMobile()).toBe(false);
expect(mock).toHaveBeenCalledTimes(2);
mock.mock.calls.forEach(c => {
expect(c[0]).toMatch(/pointer/);
expect(c[0]).toMatch(/any-hover/);
});
window = w;
});
Expand Down

0 comments on commit e0bfa9c

Please sign in to comment.