Skip to content

Commit

Permalink
Fixed set variable dialog test.
Browse files Browse the repository at this point in the history
  • Loading branch information
“Samuel authored and imolorhe committed Nov 18, 2017
1 parent 3f1842d commit 6218d3d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { async, ComponentFixture, TestBed } from '@angular/core/testing';

import { FormsModule } from '@angular/forms';
import { ClarityModule } from 'clarity-angular';
import { CodemirrorModule } from 'ng2-codemirror';

import * as services from '../../services';
Expand All @@ -15,7 +16,8 @@ describe('SetVariableDialogComponent', () => {
declarations: [ SetVariableDialogComponent ],
imports: [
FormsModule,
CodemirrorModule
CodemirrorModule,
ClarityModule.forRoot()
],
providers: []
})
Expand Down

0 comments on commit 6218d3d

Please sign in to comment.