aboutsummaryrefslogtreecommitdiff
path: root/node_modules/react-dom/test-utils.js
blob: 31e2a261949ca1d32477dc0e01c7a25d4ed3e91b (plain)
1
2
3
4
5
6
7
'use strict';

if (process.env.NODE_ENV === 'production') {
  throw Error('test-utils is not available in production mode.');
} else {
  module.exports = require('./cjs/react-dom-test-utils.development');
}