Skip to content

Commit c2226d6

Browse files
committed
fix: crud test
1 parent e9e4d5e commit c2226d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/data/src/lib/crud/crud.component.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import { dataModuleConfig } from '../data.module';
33
import { CrudComponent } from './crud.component';
44

55
describe('CrudComponent', () => {
6-
let component: CrudComponent<any>;
7-
let fixture: ComponentFixture<CrudComponent<any>>;
6+
let component: CrudComponent;
7+
let fixture: ComponentFixture<CrudComponent>;
88

99
beforeEach(async(() => {
1010
TestBed.configureTestingModule(dataModuleConfig).compileComponents();

0 commit comments

Comments
 (0)