Move from PhantomJS to Nightmare and fix a test.
This commit is contained in:
parent
01acb6e5be
commit
f8354aea73
4 changed files with 236 additions and 98 deletions
|
@ -1,5 +1,6 @@
|
|||
import {AppComponent} from './app.component';
|
||||
import {async, ComponentFixture, TestBed} from '@angular/core/testing';
|
||||
import {FormsModule} from '@angular/forms';
|
||||
import {InputComponentManagerService} from './inputcomponentmanager.service';
|
||||
import {Step} from './step';
|
||||
|
||||
|
@ -18,6 +19,7 @@ describe('AppComponent', () => {
|
|||
/*return */
|
||||
TestBed.configureTestingModule({
|
||||
declarations: [AppComponent],
|
||||
imports: [FormsModule],
|
||||
providers: [{
|
||||
provide: InputComponentManagerService, useValue: inputComponentManagerServiceStub
|
||||
}]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue