-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(#58): Add exclude pattern support #64
feat(#58): Add exclude pattern support #64
Conversation
Merging or feedback on this PR would be greatly appreciated! |
Hey!! Great job! I've tested it and the solution looks very clean. If you fix lint and merge conflicts I'll be happy to merge and release it! |
I've updated jest and ts-jest dependencies and re-built the package-lock in order to avoid installing with --force or --legacy-peer-deps. Let me know if you have a different preference or idea wrt how to avoid the peer conflicts. Thanks for maintaining this project! |
Published with |
#58
Config has been extended to include
excludePattern
which uses https://github.com/isaacs/minimatch for glob pattern matching.