mirror of
https://github.com/facebook/react.git
synced 2026-02-26 03:04:59 +00:00
* commiting -> committing * doens't -> doesn't * interuption -> interruption * inital -> initial * statment -> statement
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.