diff --git a/test/components/connect.spec.js b/test/components/connect.spec.js index 61bb5d086..702887fdb 100644 --- a/test/components/connect.spec.js +++ b/test/components/connect.spec.js @@ -1564,7 +1564,7 @@ describe('React', () => { expect(actualState).toEqual(expectedState) }) - it.skip('should throw an error if the store is not in the props or context', () => { + it('should throw an error if the store is not in the props or context', () => { const spy = jest.spyOn(console, 'error').mockImplementation(() => {}) class Container extends Component {