-
Notifications
You must be signed in to change notification settings - Fork 75
tips
JC Franco edited this page Jul 26, 2024
·
1 revision
- For speedier CI test troubleshooting, you can use the
testRegex
prop undertesting
instencil.config.ts
to only run a specific suite (example). Just remember to remove it at some point before merging. 😅 - You can use Chromatic builds + online code editors (e.g., CodePen) for extra testing without having to update storybook stories or publish to NPM. Example: https://codepen.io/jcfranco/pen/RwYRyGW