-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
chore: upgrade to fsevents 2 #9215
Conversation
Codecov Report
@@ Coverage Diff @@
## master #9215 +/- ##
==========================================
+ Coverage 65.08% 65.09% +<.01%
==========================================
Files 278 278
Lines 11861 11860 -1
Branches 2922 2921 -1
==========================================
Hits 7720 7720
+ Misses 3512 3511 -1
Partials 629 629
Continue to review full report at Codecov.
|
* master: chore: upgrade to fsevents 2 (jestjs#9215) docs: remove expect.assertions(1) in rejects example of Tutoria… (jestjs#9149) chore: bump to istanbul alphas (jestjs#9192) Fix typo in JestPlatform.md (jestjs#9212) jest-snapshot: Ignore indentation for most serialized objects (jestjs#9203) fix(jest-types): tighten Config types and set more defaults (jestjs#9200) jest-snapshot: Improve colors when snapshots are updatable (jestjs#9132) jest-snapshot: Omit irrelevant received properties when property matchers fail (jestjs#9198) chore: make changedFiles option optional in `shouldInstrument` (jestjs#9197) fix(pretty-format): correctly detect memo (jestjs#9196) chore: regenerate lockfiles in e2e tests (jestjs#9193) chore: bump handlebars
@SimenB Could you release a new version of |
I'll try to poke some fb people to make a release, I don't have access. It's under |
Thanks for the comment! I was just about to post an update that |
The apis are different, so if jest ends up using v2 it'll explode. Sounds like an npm bug... If you've got Watchman installed it won't be used though, so you should be good |
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. |
Summary
Fixes #9191.
Test plan
I tested this on my own mac (with
--no-watchman
) - seemed to work out great 🙂