react/fixtures/dom
Nathan Hunzaker 2091c62558
Add test fixture for initial input validation bug in Firefox (#11760)
2017-12-04 08:59:53 -05:00
..
public Minor fixes to DOM Test Fixtures (#11542) 2017-11-13 09:27:06 -05:00
src Add test fixture for initial input validation bug in Firefox (#11760) 2017-12-04 08:59:53 -05:00
.gitignore Convert current build system to Rollup and adopt flat bundles (#9327) 2017-04-05 16:47:29 +01:00
README.md reference yarn instead of npm in dom fixtures README (#11374) 2017-10-26 17:51:58 +01:00
package.json Version bumps to use MIT license 2017-09-25 18:17:44 -07:00
yarn.lock make yarn lock file current (#11375) 2017-10-26 17:51:33 +01:00

README.md

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.