HackerTrans
TopNewTrendsCommentsPastAskShowJobs

chantastic

no profile record

Submissions

Next.js 13 beta code advent at react.holiday

react.holiday
1 points·by chantastic·4 anni fa·0 comments

comments

chantastic
·4 anni fa·discuss
lmiller1990, have you experimented much with @storybook/test-runner?

I've found it pretty capable for doubling my stories as Jest tests. For those using testing-library for component testing, it even acts like a GUI for those tests.

If you're interested, I threw together a little walkthru that show some of the ways I'm using it with Jest: https://github.com/chantastic/vite-react-jest-testing-librar...