Skip to content

Commit b7e5e1b

Browse files
committed
fix: correct imports for AriaLive test
1 parent 5f398d1 commit b7e5e1b

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

src/core/live-announcer/live-announcer.spec.ts

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
import {
2+
it,
3+
describe,
4+
expect,
5+
beforeEach,
26
inject,
37
TestComponentBuilder,
48
ComponentFixture,
@@ -7,12 +11,6 @@ import {
711
tick,
812
beforeEachProviders
913
} from 'angular2/testing';
10-
import {
11-
it,
12-
describe,
13-
expect,
14-
beforeEach,
15-
} from '../../core/facade/testing';
1614
import {Component} from 'angular2/core';
1715
import {By} from 'angular2/platform/browser';
1816
import {MdLiveAnnouncer} from './live-announcer';

0 commit comments

Comments
 (0)