Skip to content

Commit 51cf9eb

Browse files
rafecafacebook-github-bot
authored andcommittedJul 17, 2018
Upgrade jest to 23.4.1
Summary: This includes jestjs/jest@8b8f5bc, which improves the watchman query to calculate the initial haste map to be much faster under Eden. **Time to initialize Metro after resetting jest-haste-map cache (Eden checkout)** * Before this diff: 3m14 (sometimes taking up to 15min!! after rebasing) * With this diff: 12s (quite constant after rebasing) (16X improvement) **Time to initialize Metro with a warm jest-haste-map cache (Eden checkout)** * Before this diff: 1.1s * With this diff: 1.1s (I haven't seen meaningful perf changes in non-eden checkouts) Reviewed By: mjesun Differential Revision: D8857820 fbshipit-source-id: 5ce9da04a69bd02d121a8efe65bf369c7fa1e834
1 parent 6c8b681 commit 51cf9eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
"eslint-plugin-react": "7.8.2",
214214
"eslint-plugin-react-native": "^3.2.1",
215215
"flow-bin": "^0.76.0",
216-
"jest": "23.4.0",
216+
"jest": "23.4.1",
217217
"jest-junit": "5.1.0",
218218
"prettier": "1.13.6",
219219
"react": "16.4.1",

0 commit comments

Comments
 (0)
Please sign in to comment.