File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1460
1460
"body" : [
1461
1461
" import { ComponentFixture, TestBed } from '@angular/core/testing';" ,
1462
1462
" import { ${Name}Component } from './${file}.component';" ,
1463
- " import { Store } from '@ngrx/store';" ,
1464
1463
" import { NO_ERRORS_SCHEMA } from '@angular/core';" ,
1465
1464
" " ,
1466
1465
" describe('${Name}Component', () => {" ,
1470
1469
" \t beforeEach(() => {" ,
1471
1470
" \t\t TestBed.configureTestingModule({" ,
1472
1471
" \t\t\t declarations: [${Name}Component]," ,
1473
- " \t\t\t providers : [" ,
1472
+ " \t\t \i mports : [" ,
1474
1473
" \t\t\t ]," ,
1475
1474
" \t\t\t providers: [" ,
1476
1475
" \t\t\t ]," ,
1481
1480
" \t\t component = fixture.componentInstance;" ,
1482
1481
" \t });" ,
1483
1482
" " ,
1484
- " \t describe('constructor, () => {" ,
1483
+ " \t describe('constructor' , () => {" ,
1485
1484
" \t\t it('should create instance', () => {" ,
1486
1485
" \t\t\t expect(component).toBeDefined();" ,
1487
1486
" \t\t });" ,
You can’t perform that action at this time.
0 commit comments