create-react-app-typescript
create-react-app-typescript copied to clipboard
[Feature Request] More Jest Options
Is this a bug report?
No, this is a feature request.
I would like to have more options to configure jest without having to eject.
- modulePathIgnorePatterns
- modulePaths
These would help me to ignore some libraries for my tests and use the commonjs one.