Files
react/fixtures/dom
Brian VaughnandGitHub 171149a4b0 Fix failing Prettier command (#10268)
* Ran prettier over non-modified files to change them
* Fixed output of failing Prettier message to show invalid files
* Failing Prettier command now suggests 'yarn prettier-all'
2017-07-24 13:59:16 -07:00
..
2017-07-13 16:02:31 -04:00
2017-07-24 13:59:16 -07:00
2017-01-06 17:14:50 -05:00
2017-07-13 16:02:31 -04: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.