Skip to content

Commit

Permalink
remove root export of trackWrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
TzviPM committed Aug 9, 2018
1 parent ee9a91e commit 5d17f6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/enzyme/src/index.js
Expand Up @@ -6,7 +6,7 @@ import mount from './mount';
import shallow from './shallow';
import render from './render';
import { merge as configure } from './configuration';
import { trackWrapper, unmountAllWrappers } from './wrapperSandbox';
import { unmountAllWrappers } from './wrapperSandbox';

module.exports = {
render,
Expand All @@ -16,6 +16,5 @@ module.exports = {
ReactWrapper,
configure,
EnzymeAdapter,
trackWrapper,
unmountAllWrappers,
};

0 comments on commit 5d17f6e

Please sign in to comment.