UNPKG

orphic-cypress

Version:

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

11 lines (9 loc) 318 B
/** * Storybook utilities for building code snippets from story source * and breaking an mdx file into segments for use in multiple doc locations. * * @module */ export { segmentMdx } from "./segment-mdx"; export { transformSource } from "./story-code"; export { UnitTest, unitTestDecorator } from "./UnitTest";