UNPKG

orphic-cypress

Version:

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

8 lines (7 loc) 191 B
/** * Optional typescript transformers to enable isolated component file tests * rather than one test that executes all files. * * @module */ export * from "./isolated-component-files";