Files
react/src/node_modules/react-dom/test-utils.js
Dan Abramov 4f19558c6b Use public API in tests wherever possible (#9954)
* Use public API in tests wherever possible

* Add missing src/node_modules files
2017-06-14 00:58:35 +01:00

10 lines
137 B
JavaScript

/**
* Copyright 2016-present Facebook. All Rights Reserved.
*
* @flow
*/
'use strict';
module.exports = require('ReactTestUtils');