Skip to content

Commit ae8507f

Browse files
committed
Reenable a disabled Provider test
1 parent a1ea294 commit ae8507f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/components/Provider.spec.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ describe('React', () => {
328328
expect(spy).not.toHaveBeenCalled()
329329
})
330330

331-
it.skip('should unsubscribe before unmounting', () => {
331+
it('should unsubscribe before unmounting', () => {
332332
const store = createStore(createExampleTextReducer())
333333
const subscribe = store.subscribe
334334

0 commit comments

Comments
 (0)