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 */
|
/** @typedef {import('../playwright-ct-core/types/component').ObjectComponent} ObjectComponent */
|
||||||
|
|
||||||
import 'zone.js';
|
import 'zone.js';
|
||||||
import {
|
import { reflectComponentType } from '@angular/core';
|
||||||
Component as defineComponent,
|
|
||||||
reflectComponentType
|
|
||||||
} from '@angular/core';
|
|
||||||
import { getTestBed, TestBed } from '@angular/core/testing';
|
import { getTestBed, TestBed } from '@angular/core/testing';
|
||||||
import {
|
import {
|
||||||
BrowserDynamicTestingModule,
|
BrowserDynamicTestingModule,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue