Skip to content

Commit b8c5063

Browse files
committed
docs: Update imports to appropriate files
Signed-off-by: Akshat Patel <[email protected]>
1 parent 15b9c49 commit b8c5063

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/grid/grid.directive.spec.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ import {
77
flush
88
} from "@angular/core/testing";
99
import { By } from "@angular/platform-browser";
10-
import { ColumnDirective, GridDirective, RowDirective } from "./grid.directive";
10+
11+
import { ColumnDirective } from "./column.directive";
12+
import { RowDirective } from "./row.directive";
13+
import { GridDirective } from "./grid.directive";
1114

1215
@Component({
1316
selector: "cds-test-grid",
@@ -147,7 +150,6 @@ describe("GridDirective", () => {
147150
By.directive(ColumnDirective)
148151
);
149152

150-
tick(100);
151153
fixture.detectChanges();
152154
fixture.whenStable().then(() => {
153155
expect(directiveEl).not.toBeNull();

0 commit comments

Comments
 (0)