react/fixtures/dom
Semen Zhydenko 5b975411a1 Minor typos fixed (#12005)
* commiting -> committing

* doens't -> doesn't

* interuption -> interruption

* inital -> initial

* statment -> statement
2018-01-11 12:24:49 +00:00
..
public Add test fixture for media event bubbling (#12004) 2018-01-10 19:53:58 -05:00
src Minor typos fixed (#12005) 2018-01-11 12:24:49 +00: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 changed {} in pck.json and split them with && in fixtures (#11982) 2018-01-09 11:15:09 +00: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.