Skip to content

Commit f7aa1b1

Browse files
committed
build: debug rules_sass error
1 parent 781a45a commit f7aa1b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/material-experimental/mdc-menu/menu.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ describe('MDC-based MatMenu', () => {
234234

235235
expect(document.activeElement).toBe(triggerEl);
236236
tick(500);
237+
expect(Date.now()).toBeGreaterThan(0);
237238
}));
238239

239240
it('should be able to set a custom class on the backdrop', fakeAsync(() => {

0 commit comments

Comments
 (0)