react-navigation/NavigationTestUtils.js

8 lines
186 B
JavaScript
Raw Normal View History

import { _TESTING_ONLY_reset_container_count } from './src/createNavigationContainer';
export default {
resetInternalState: () => {
_TESTING_ONLY_reset_container_count();
},
};