aboutsummaryrefslogtreecommitdiffstats
path: root/src/angular/form-elements/checkbox/checkbox.component.spec.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/angular/form-elements/checkbox/checkbox.component.spec.ts')
-rw-r--r--src/angular/form-elements/checkbox/checkbox.component.spec.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/angular/form-elements/checkbox/checkbox.component.spec.ts b/src/angular/form-elements/checkbox/checkbox.component.spec.ts
index 36f478e..8fc63e2 100644
--- a/src/angular/form-elements/checkbox/checkbox.component.spec.ts
+++ b/src/angular/form-elements/checkbox/checkbox.component.spec.ts
@@ -3,7 +3,6 @@ import { CheckboxComponent } from "./checkbox.component";
import { AnimationDirectivesModule } from "../../animations/animation-directives.module";
import { FormsModule } from "@angular/forms";
-
describe("Checbox Tests", ()=>{
let component: CheckboxComponent;
beforeEach(async(() => {