(Go Back) Choose State To Move From
' && typeof exports !== 'undefined') {
module.exports = {
React,
ReactDOM,
TestUtils,
expect,
$,
_,
sinon,
nock,
component,
componentSetup,
componentSetupWithState,
componentSetupWithStateAndProps,
componentSetupWithStateAndPropsAndLifecycle
};
} else {
global.React = React;
global.ReactDOM = ReactDOM;
global.TestUtils = TestUtils;
global.expect = expect;
global.$ = $;
global._ = _;
global.sinon = sinon;
global.nock = nock;
global.component = component;
global.componentSetup = componentSetup;
global.componentSetupWithState = componentSetupWithState;
global.componentSetupWithStateAndProps = componentSetupWithStateAndProps;
global.componentSetupWithStateAndPropsAndLifecycle = componentSetupWithStateAndPropsAndLifecycle;
}