Skip to content

Commit 97279c1

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 f8c9a7d commit 97279c1

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
@@ -144,7 +144,7 @@ describe('MatRipple', () => {
144144
expect(rippleTarget.querySelectorAll('.mat-ripple-element').length).toBe(0);
145145
}));
146146

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

0 commit comments

Comments
 (0)