UNPKG

react-dom

Version:

React package for working with the DOM.

8 lines (6 loc) 220 B
'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'); }