COMMITS
/ scripts/jest/preprocessor.js September 15, 2025
S
Fix some DevTools regression test actions and assertions (#34459)
Sebastian "Sebbie" Silbermann committed
July 23, 2024
S
Transform JSX to Lazy Requires instead of Wrappers (#30433)
Sebastian Markbåge committed
July 12, 2024
S
Disable consoleWithStackDev Transform except in RN/WWW (#30313)
Sebastian Markbåge committed
February 6, 2024
R
fix: gate react/jsx-runtime upgrade only for React >= 17 tests (#28256)
Ruslan Lesiutin committed
A
Upgrade tests to use react/jsx-runtime (#28252)
Andrew Clark committed
June 30, 2023
A
Don't transpile async/await in tests (#27029)
Andrew Clark committed
June 22, 2023
R
fix[ci]: fixed jest configuration not to skip too many devtools tests (#26955)
Ruslan Lesiutin committed
February 9, 2023
M
Update to Jest 29 (#26088)
Ming Ye committed
January 31, 2023
J
Upgrade prettier (#26081)
Jan Kassens committed
January 5, 2023
J
Transform updates to support Flow this annotation syntax (#25918)
Jan Kassens committed
November 28, 2022
T
Fix Jest cache for transform-react-version-pragma (#25712)
Tianyu Yao committed
May 18, 2022
A
Add option for source maps when running tests (#24577)
Andrew Clark committed
May 14, 2022
May 11, 2022
L
October 31, 2021
A
Follow-up improvements to error code extraction infra (#22516)
Andrew Clark committed
January 19, 2021
B
Update DevTools to use getCacheForType API (#20548)
Brian Vaughn committed
April 13, 2020
A
Add pragma for feature testing: @gate (#18581)
Andrew Clark committed
December 17, 2019
D
Fix test_build_devtools CI job to run test-build-devtools (#17631)
Dan Abramov committed
December 14, 2019
D
Use console directly instead of warning() modules (#17599)
Dan Abramov committed
December 11, 2019
L
Remove the condition argument from warning() (#17568)
Laura buns committed
December 6, 2019
L
Replace `wrap-warning-with-env-check` with an eslint plugin (#17540)
Laura buns committed
October 3, 2019
S
chore: upgrade to jest 24 (#15778)
Simen Bekkhus committed
September 13, 2019
A
[Scheduler] Prevent event log from growing unbounded (#16781)
Andrew Clark committed
August 15, 2019
B
Made some incremental progress on Jest tests
Brian Vaughn committed
B
Disable @babel/plugin-transform-block-scoping "throwIfClosureRequired" option for tests
Brian Vaughn committed
August 14, 2019
S
chore: make tests compatible with Jest 24 (#15779)
Simen Bekkhus committed
August 9, 2019
L
Babel 7 (#16297)
lunaruan committed
April 9, 2019
A
Include full error messages in React Native build (#15363)
Andrew Clark committed
March 18, 2019
A
Compile invariant directly to throw expressions (#15071)
Andrew Clark committed
April 4, 2018
D
Add a build step to hoist warning conditions (#12537)
Dan Abramov committed
December 11, 2017
J
use different eslint config for es6 and es5 (#11794)
Jack Hou committed
December 7, 2017
D
Add a test-only transform to catch infinite loops (#11790)
Dan Abramov committed
November 23, 2017
D
Run 90% of tests on compiled bundles (both development and production) (#11633)
Dan Abramov committed
November 22, 2017
D
Run Jest in production mode (#11616)
Dan Abramov committed
November 21, 2017
D
Run Jest tests with "development" environment (#11612)
Dan Abramov committed
D
Remove mentions of module map in Jest config (#11611)
Dan Abramov committed
November 2, 2017
D
Convert the Source to ES Modules (#11389)
Dan Abramov committed
October 26, 2017
D
Update Jest and remove hacks (#11372)
Dan Abramov committed
October 24, 2017
D
Drop Haste (#11303)
Dan Abramov committed
October 18, 2017
D
Use Yarn Workspaces (#11252)
Dan Abramov committed
August 2, 2017
B
FB bundles wrap warning() calls in __DEV__ (#10314)
Brian Vaughn committed
April 20, 2017
B
Prettier 1.2 (#9462)
Ben Alpert committed
April 5, 2017
D
Convert current build system to Rollup and adopt flat bundles (#9327)
Dominic Gannaway committed
March 3, 2017
S
Add async/await to unit tests; modify server rendering tests to use async/await. (#9089)
Sasha Aickin committed
December 22, 2016
B
Jest preprocessor better aware of error-codes/codes.json WRT caching
Brian Vaughn committed
June 8, 2016
K
Add reactProdInvariant and corresponding babel rewrite pass (#6948)
Keyan Zhang committed
May 16, 2016
B
Embed JSX filename paths relative to repo root (#6778)
Ben Alpert committed
March 29, 2016
P
Use Object.assign directly and inject object-assign at compile
Paul O’Shannessy committed
February 27, 2016
S
Update to Babel 6
Sebastian McKenzie committed
February 17, 2016
C
Update to jest-cli 0.9.
cpojer committed