| 1 | # DOM Fixtures |
| 2 | |
| 3 | A set of DOM test cases for quickly identifying browser issues. |
| 4 | |
| 5 | ## Setup |
| 6 | |
| 7 | To reference a local build of React, first run `yarn build` at the root |
| 8 | of the React project. Then: |
| 9 | |
| 10 | ``` |
| 11 | cd fixtures/dom |
| 12 | yarn |
| 13 | yarn dev |
| 14 | ``` |
| 15 | |
| 16 | The `dev` command runs a script that copies over the local build of react into |
| 17 | the public directory. |