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

Add watchAll flag to jest-editor-support #5523

Merged
merged 2 commits into from
Feb 11, 2018
Merged

Add watchAll flag to jest-editor-support #5523

merged 2 commits into from
Feb 11, 2018

Conversation

k15a
Copy link
Contributor

@k15a k15a commented Feb 11, 2018

Summary

I am trying to integrate jest-editor-support into a project which does not have source controll. AFAIK the watch mode of jest needs to run in a git repository to work. This PR will add a watchAll flag which will work in other projects as well.

@codecov-io
Copy link

codecov-io commented Feb 11, 2018

Codecov Report

Merging #5523 into master will decrease coverage by <.01%.
The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5523      +/-   ##
==========================================
- Coverage   61.69%   61.68%   -0.01%     
==========================================
  Files         213      213              
  Lines        7143     7144       +1     
  Branches        4        4              
==========================================
  Hits         4407     4407              
- Misses       2735     2736       +1     
  Partials        1        1
Impacted Files Coverage Δ
packages/jest-editor-support/src/Runner.js 67.08% <66.66%> (-0.87%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update af19110...f0b7ebe. Read the comment docs.

@orta
Copy link
Member

orta commented Feb 11, 2018

Yep, seems like a reasonable addition to me 👍

@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants