Skip to content

Commit

Permalink
Updated specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Jan 11, 2018
1 parent 9ee4381 commit 528a682
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/containers/app/app.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import * as services from './../../services';

import { TranslateModule } from '@ngx-translate/core';
import { CodemirrorModule } from 'ng2-codemirror';
import { ClarityModule } from 'clarity-angular';

import { DocViewerModule } from './../../components/doc-viewer/doc-viewer.module';
import { ComponentModule } from './../../components';
Expand Down Expand Up @@ -47,6 +48,7 @@ describe('AppComponent', () => {
HttpModule,
StoreModule,
CodemirrorModule,
ClarityModule.forRoot(),
ComponentModule,
DocViewerModule,
TranslateModule.forRoot()
Expand Down
2 changes: 2 additions & 0 deletions src/app/containers/window/window.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { FormsModule } from '@angular/forms';
import { HttpClientModule } from '@angular/common/http';
import { StoreModule, Store } from '@ngrx/store';
import { ToastModule } from 'ng2-toastr/ng2-toastr';
import { ClarityModule } from 'clarity-angular';

import * as services from './../../services';

Expand Down Expand Up @@ -49,6 +50,7 @@ describe('WindowComponent', () => {
HttpClientModule,
StoreModule,
CodemirrorModule,
ClarityModule.forRoot(),
ComponentModule,
DocViewerModule,
ToastModule.forRoot(),
Expand Down

0 comments on commit 528a682

Please sign in to comment.