UNPKG

e2ed

Version:

E2E testing framework over Playwright

8 lines (7 loc) 260 B
/** * @file Full pack configuration for running tests. * Don't import this module. Instead, use `getFullPackConfig` from `utils/config`. */ import type { FullPackConfig } from './types/internal'; declare const config: FullPackConfig; export default config;