KaiHotz / react-rollup-boilerplate

Boilerplate for creating React component libraries, bundled with Rollup.js to ESM and/or CJS Modules, Storybook, Typescript
https://kaihotz.github.io/react-rollup-boilerplate/
MIT License
300 stars 67 forks source link

fix: Jest no tests found #2

Closed shayc closed 5 years ago

shayc commented 5 years ago

Basically I reverted the testMatch property to reflect the default one for Jest 24.1. Seems to fix it for me. I could also just delete the testMatch property but decided to keep it explicit for clarity. If you want I can just delete it.