Skip to content

Commit 74a3179

Browse files
devversionjelbourn
authored andcommitted
chore(ripple): fake mousedown test not running (#12865)
* With 4639a87 a new test has been introduced. Due to a wrong syntax the test does not run properly.
1 parent 8831a7a commit 74a3179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/core/ripple/ripple.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ describe('MatRipple', () => {
167167
expect(rippleTarget.querySelectorAll('.mat-ripple-element').length).toBe(0);
168168
}));
169169

170-
it('should ignore fake mouse events from screen readers', () => fakeAsync(() => {
170+
it('should ignore fake mouse events from screen readers', fakeAsync(() => {
171171
const event = createMouseEvent('mousedown');
172172
Object.defineProperty(event, 'buttons', {get: () => 0});
173173

0 commit comments

Comments
 (0)