UNPKG

@ionic/core

Version:
9 lines (8 loc) 314 B
import { newE2EPage } from '@stencil/core/testing'; test('reorder: basic', async () => { const page = await newE2EPage({ url: '/src/components/reorder-group/test/basic?ionic:_testing=true' }); const compare = await page.compareScreenshot(); expect(compare).toMatchScreenshot(); });