wallet-core/node_modules/react-dom/test-utils.js

8 lines
220 B
JavaScript
Raw Normal View History

2017-05-03 15:35:00 +02:00
'use strict';
2017-10-14 18:40:54 +02:00
if (process.env.NODE_ENV === 'production') {
2017-12-10 21:51:33 +01:00
module.exports = require('./cjs/react-dom-test-utils.production.min.js');
2017-10-14 18:40:54 +02:00
} else {
2017-12-10 21:51:33 +01:00
module.exports = require('./cjs/react-dom-test-utils.development.js');
2017-10-14 18:40:54 +02:00
}