UNPKG

@stencil/playwright

Version:

Testing adapter to use Playwright with Stencil

8 lines (7 loc) 250 B
export * from './create-config'; export * from './matchers'; export type { EventSpy } from './page/event-spy'; export * from './page/utils'; export * from './playwright-declarations'; export * from './playwright-page'; export * from './test-expect';