Mercurial
view third_party/bun/node_modules/react-dom/test-utils.js @ 161:87d8d3eb3491
[PostDog] WIP to make it more mordern looking
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Thu, 15 Jan 2026 08:29:26 -0800 |
| 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'); }