zzarcon / ts-react-toolbox

Opinionated toolbox boilerplate to create Typescript React components 🛠:package:
MIT License
23 stars 5 forks source link

Allow for using consumers jest config #23

Open AdilBhayani opened 3 years ago

AdilBhayani commented 3 years ago

This PR allows the the consumer of this repo to specify a jest.config.js file in the root of their own repo. If it is present then it will be used. Otherwise we fallback to the jest.config.js which is present in this package.

I've tested this using yalc and https://github.com/AdilBhayani/Date-time-convertor.