Does this sound familiar to you? You have a container component and you write a test for it: import ShoppingCartContainer from './ShoppingCart'; test('it works', () => { const wrapper = shallow(<ShoppingCartContainer />); // test something }); And then when you run it, the first thing