chromaui / chromatic-e2e

Archive end-to-end tests to be replayed in Storybook and Chromatic
MIT License
13 stars 3 forks source link

Cypress: exports support file as well as index file #74

Closed skitterm closed 5 months ago

skitterm commented 5 months ago

What Changed

Makes sure the support.ts file is built into dist folder, so it is there for clients to import it in their support file.

How to test