mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
a8f2165e83
* Revert "Revert "Upgrade to jest 25 (#17896)" (#18376)"
This reverts commit fc7835c657.
* Other fixes
* Fix a broken test
DOM Fixtures
A set of DOM test cases for quickly identifying browser issues.
Setup
To reference a local build of React, first run yarn build at the root
of the React project. Then:
cd fixtures/dom
yarn
yarn start
The start command runs a script that copies over the local build of react into
the public directory.