Skip to content
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

Further helper selection improvements #2116

Merged
merged 6 commits into from
May 19, 2019

Conversation

novemberborn
Copy link
Member

@novemberborn novemberborn commented May 5, 2019

Since ignore patterns are no longer passed to Chokidar, if a file is not a test, helper or source, then tests do not need to be re-run.

Support helper glob configuration (fixes #2105).

I've also made the necessary documentation changes.

@novemberborn novemberborn force-pushed the disregard-changes-from-unknown-files branch 2 times, most recently from 8ca00a2 to 4f42295 Compare May 12, 2019 15:17
isSource() calls isTest(), so it's more efficient to classify whether a file is either in a single call.
… helpers or sources

Since ignore patterns are no longer passed to Chokidar, if a file is not
a test, helper or source, then tests do not need to be re-run.
@novemberborn novemberborn force-pushed the disregard-changes-from-unknown-files branch from a9c6af7 to a1d8943 Compare May 12, 2019 15:59
@novemberborn novemberborn marked this pull request as ready for review May 12, 2019 16:01
@novemberborn novemberborn force-pushed the disregard-changes-from-unknown-files branch from a1d8943 to 597822f Compare May 12, 2019 16:41
@novemberborn novemberborn force-pushed the disregard-changes-from-unknown-files branch from 5413206 to d8dafce Compare May 19, 2019 14:02
@novemberborn novemberborn merged commit 5f4c96f into master May 19, 2019
@novemberborn novemberborn deleted the disregard-changes-from-unknown-files branch May 19, 2019 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support helpers globs
1 participant