GitHub Action
πŸš€ Auto-deploy from GitHub Actions
7b7bdab
raw
history blame contribute delete
216 Bytes
'use strict';
if (process.env.NODE_ENV === 'production') {
module.exports = require('./cjs/react-dom-test-utils.production.js');
} else {
module.exports = require('./cjs/react-dom-test-utils.development.js');
}