mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
chore(playwright): enable type checking (#25034)
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
import type { E2EPage } from '@stencil/core/testing';
|
||||
import { newE2EPage } from '@stencil/core/testing';
|
||||
import { E2EPage, newE2EPage } from '@stencil/core/testing';
|
||||
|
||||
import { pullToRefresh } from '../test.utils';
|
||||
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
import type { E2EPage } from '@stencil/core/testing';
|
||||
|
||||
import { dragElementBy } from '@utils/test';
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user