Fixed tests
This commit is contained in:
@@ -3,6 +3,7 @@ import { CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
|
||||
import { ComponentFixture, TestBed, waitForAsync } from '@angular/core/testing';
|
||||
import { RouterTestingModule } from '@angular/router/testing';
|
||||
import { StartComponent } from './start.component';
|
||||
import { StartService } from './start.service';
|
||||
|
||||
describe('StartComponent', () => {
|
||||
let component: StartComponent;
|
||||
@@ -14,6 +15,7 @@ describe('StartComponent', () => {
|
||||
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
||||
declarations: [StartComponent],
|
||||
imports: [RouterTestingModule, HttpClientTestingModule],
|
||||
providers: [StartService],
|
||||
}).compileComponents();
|
||||
})
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user