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 a1ea294 commit ae8507fCopy full SHA for ae8507f
test/components/Provider.spec.tsx
@@ -328,7 +328,7 @@ describe('React', () => {
328
expect(spy).not.toHaveBeenCalled()
329
})
330
331
- it.skip('should unsubscribe before unmounting', () => {
+ it('should unsubscribe before unmounting', () => {
332
const store = createStore(createExampleTextReducer())
333
const subscribe = store.subscribe
334
0 commit comments