Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
beforeEach(async(() => {
TestBed.configureTestingModule({
imports: [
FormsModule,
ReactiveFormsModule,
TextMask.TextMaskModule,
NgBrazil.forRoot(),
RouterTestingModule.withRoutes(routes)
],
declarations: [
DemoComponent
],
}).compileComponents();
}));
beforeEach(async(() => {
TestBed.configureTestingModule({
imports: [
FormsModule,
ReactiveFormsModule,
TextMask.TextMaskModule,
NgBrazil.forRoot(),
RouterTestingModule.withRoutes(routes)
],
declarations: [
AppComponent,
DemoComponent
],
}).compileComponents();
}));