mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
ci(lint): ensure linted results are pushed for build to pass (#25196)
This commit is contained in:
@@ -8,13 +8,7 @@ import type {
|
||||
import { test as base } from '@playwright/test';
|
||||
|
||||
import { initPageEvents } from './page/event-spy';
|
||||
import {
|
||||
getSnapshotSettings,
|
||||
goto as goToPage,
|
||||
setIonViewport,
|
||||
spyOnEvent,
|
||||
waitForChanges,
|
||||
} from './page/utils';
|
||||
import { getSnapshotSettings, goto as goToPage, setIonViewport, spyOnEvent, waitForChanges } from './page/utils';
|
||||
import type { E2EPage } from './playwright-declarations';
|
||||
|
||||
type CustomTestArgs = PlaywrightTestArgs &
|
||||
|
||||
Reference in New Issue
Block a user