Mercurial
view third_party/bun/node_modules/react-dom/test-utils.js @ 61:9df5587cf23b
[Color game] It can compile on windows now.
| author | June Park <me@mrjunejune.com> |
|---|---|
| date | Sat, 20 Dec 2025 21:07:34 -0500 |
| parents | de54585a40f1 |
| children |
line wrap: on
line source
'use strict'; if (process.env.NODE_ENV === 'production') { module.exports = require('./cjs/react-dom-test-utils.production.min.js'); } else { module.exports = require('./cjs/react-dom-test-utils.development.js'); }