Files
react/fixtures/dom
Nathan Hunzaker 19043236be Add exception for 16.alpha when loading React in DOM Fixtures (#11200)
The file structure was updated in 16. This wasn't the case for
alphas. We need to load the old module location for anything less than
16 RC.
2017-10-12 17:30:03 -04:00
..
2017-09-25 18:17:44 -07:00
2017-01-06 17:14:50 -05:00

DOM Fixtures

A set of DOM test cases for quickly identifying browser issues.

Setup

To reference a local build of React, first run npm run build at the root of the React project. Then:

cd fixtures/dom
npm install
npm start

The start command runs a script that copies over the local build of react into the public directory.