Skip to content

Commit

Permalink
fix: combine imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cexbrayat committed Mar 28, 2019
1 parent 27b885a commit 17ac60f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions projects/demo/src/app/app.component.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { TestBed, async } from '@angular/core/testing';
import { AppComponent } from './app.component';
import { ComponentTester } from 'ngx-speculoos';
import { speculoosMatchers } from 'ngx-speculoos';
import { ComponentTester, speculoosMatchers } from 'ngx-speculoos';
import { ReactiveFormsModule } from '@angular/forms';

class AppComponentTester extends ComponentTester<AppComponent> {
Expand Down

0 comments on commit 17ac60f

Please sign in to comment.