We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e4d5e commit c2226d6Copy full SHA for c2226d6
packages/data/src/lib/crud/crud.component.spec.ts
@@ -3,8 +3,8 @@ import { dataModuleConfig } from '../data.module';
3
import { CrudComponent } from './crud.component';
4
5
describe('CrudComponent', () => {
6
- let component: CrudComponent<any>;
7
- let fixture: ComponentFixture<CrudComponent<any>>;
+ let component: CrudComponent;
+ let fixture: ComponentFixture<CrudComponent>;
8
9
beforeEach(async(() => {
10
TestBed.configureTestingModule(dataModuleConfig).compileComponents();
0 commit comments