Skip to content

Commit 1dc56ca

Browse files
authored
Re-enable "should throw if not in context" test
1 parent 8987de0 commit 1dc56ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/components/connect.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1564,7 +1564,7 @@ describe('React', () => {
15641564
expect(actualState).toEqual(expectedState)
15651565
})
15661566

1567-
it.skip('should throw an error if the store is not in the props or context', () => {
1567+
it('should throw an error if the store is not in the props or context', () => {
15681568
const spy = jest.spyOn(console, 'error').mockImplementation(() => {})
15691569

15701570
class Container extends Component {

0 commit comments

Comments
 (0)