-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Closed
Description
Regexes are very hard to get right when you're setting up a new project, especially when they're inside a .json file.
i was thinking maybe using something like https://github.com/fitzgen/glob-to-regexp
regex config can also be preserved, e.g.:
{
"jest": {
"testPathIgnorePatterns": ["**/__tests__/**/*.js"],
"testPathPattern": "__tests__/*-test.js*"
}or
{
"jest": {
"testPathPatternRegex": ".*\\.js"
}
}jwbay, jsynowiec, cecilemuller, quantizor, radfahrer and 9 more
Metadata
Metadata
Assignees
Labels
No labels