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 9ea8191 commit 44d2f2cCopy full SHA for 44d2f2c
src/checkbox/checkbox.component.spec.ts
@@ -2,7 +2,7 @@ import { BrowserAnimationsModule } from "@angular/platform-browser/animations";
2
import { ComponentFixture, TestBed, fakeAsync, tick, async } from "@angular/core/testing";
3
import { By } from "@angular/platform-browser";
4
import { DebugElement } from "@angular/core";
5
-import { StaticIconModule } from "./../icon/static-icon.module";
+import { StaticIconModule } from "../icon/static-icon.module";
6
7
import { CheckboxComponent } from "./checkbox.component";
8
0 commit comments