fix(ct): linting issue

This commit is contained in:
sand4rt 2024-05-07 22:56:23 +02:00
parent 4747ae03f4
commit 2894096559

View file

@ -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,