We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f73d878 commit d4c479bCopy full SHA for d4c479b
src/cdk/a11y/live-announcer/live-announcer.spec.ts
@@ -73,7 +73,7 @@ describe('LiveAnnouncer', () => {
73
74
it('should return a promise that resolves after the text has been announced', fakeAsync(() => {
75
const spy = jasmine.createSpy('announce spy');
76
- const promise = announcer.announce('something').then(spy);
+ announcer.announce('something').then(spy);
77
78
expect(spy).not.toHaveBeenCalled();
79
tick(100);
0 commit comments