UNPKG

e2ed

Version:

E2E testing framework over Playwright

4 lines (3 loc) 231 B
export { getPlaywrightPage } from './page'; export type { Clear as ClearContext, Get as GetContext, GetWithDefaultValue as GetWithDefaultValueContext, Set as SetContext, } from './types'; export { useContext } from './useContext';