react/fixtures/dom
Andrew Clark 53b12e46a1
Add stable React.act export (#28160)
Starting in version 19, users can import the `act` testing API from the
`react` package instead of using a renderer specific API, like
`react-dom/test-utils`.
2024-02-01 13:28:14 -05:00
..
public Upgrade prettier (#26081) 2023-01-31 08:25:05 -05:00
src Add stable React.act export (#28160) 2024-02-01 13:28:14 -05:00
.gitignore act() - s / flushPassiveEffects / Scheduler.unstable_flushWithoutYielding (#15591) 2019-05-16 17:12:36 +01:00
package.json Rename yarn start to yarn dev and yarn start:prod to yarn start (#26209) 2023-02-21 14:18:21 -05:00
README.md reference yarn instead of npm in dom fixtures README (#11374) 2017-10-26 17:51:58 +01:00
yarn.lock Bump browserify-sign from 4.2.1 to 4.2.2 in /fixtures/dom (#27608) 2023-11-01 15:20:39 -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 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.