We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8987de0 commit 1dc56caCopy full SHA for 1dc56ca
test/components/connect.spec.js
@@ -1564,7 +1564,7 @@ describe('React', () => {
1564
expect(actualState).toEqual(expectedState)
1565
})
1566
1567
- 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', () => {
1568
const spy = jest.spyOn(console, 'error').mockImplementation(() => {})
1569
1570
class Container extends Component {
0 commit comments