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 0c05c01 commit a8c1abfCopy full SHA for a8c1abf
test/components/connect.spec.js
@@ -513,7 +513,7 @@ describe('React', () => {
513
outerComponent.setFoo('BAR')
514
outerComponent.setFoo('DID')
515
516
- expect(invocationCount).toEqual(4)
+ expect(invocationCount).toEqual(3)
517
})
518
519
it('should invoke mapState every time props are changed if it has a second argument', () => {
0 commit comments