Skip to content

Commit

Permalink
fix(ct): linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sand4rt committed May 7, 2024
1 parent 4747ae0 commit 2894096
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/playwright-ct-angular/registerSource.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2894096

Please sign in to comment.