Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Re-enable "should throw if not in context" test
  • Loading branch information
markerikson committed Nov 11, 2018
1 parent 8987de0 commit 1dc56ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/components/connect.spec.js
Expand Up @@ -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 {
Expand Down

0 comments on commit 1dc56ca

Please sign in to comment.