fix(ct): linting issue
This commit is contained in:
parent
4747ae03f4
commit
2894096559
|
|
@ -20,10 +20,7 @@
|
|||
/** @typedef {import('../playwright-ct-core/types/component').ObjectComponent} ObjectComponent */
|
||||
|
||||
import 'zone.js';
|
||||
import {
|
||||
Component as defineComponent,
|
||||
reflectComponentType
|
||||
} from '@angular/core';
|
||||
import { reflectComponentType } from '@angular/core';
|
||||
import { getTestBed, TestBed } from '@angular/core/testing';
|
||||
import {
|
||||
BrowserDynamicTestingModule,
|
||||
|
|
|
|||
Loading…
Reference in a new issue