UNPKG

orphic-cypress

Version:

Set of utilities and typescript transformers to cover storybook stories with cypress component tests

10 lines (9 loc) 338 B
/** * @module bundlers */ /** * This is likely a highly specialized use case for adding mdx functionality * and code coverage in the cypress.config.ts file. It assumes that you've * already added ts-loader to the webpack config file proper. */ export declare const cypressWebpackConfigMdx: (config: any, coverage?: boolean) => any;