Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOS-React-1
QOS-React-1
/
fixtures
/
legacy-jsx-runtimes
/
README.md
Code
Commits
Issues
Pulls
Sessions
CI/CD
main
main
md
12 lines
249 Bytes
Rendered
Copy permalink
Copy
Raw
1
# Legacy JSX Runtimes
2
3
This is an internal testing fixture for the special JSX runtime versions released for 0.14, 15, and 16.
4
5
They are checked into the corresponding
`react-*/cjs/*`
folders.
6
7
Run the full regression suite:
8
9
```
10
yarn
11
yarn test
12
```