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 e0f137a commit 05e3a64Copy full SHA for 05e3a64
test/hooks/useSelector.spec.js
@@ -52,7 +52,7 @@ describe('React', () => {
52
})
53
54
55
- describe('lifeycle interactions', () => {
+ describe('lifecycle interactions', () => {
56
it('always uses the latest state', () => {
57
store = createStore(c => c + 1, -1)
58
@@ -434,8 +434,6 @@ describe('React', () => {
434
}))
435
436
437
- afterEach(() => rtl.cleanup())
438
-
439
it('subscribes to the correct store', () => {
440
const nestedContext = React.createContext(null)
441
const useCustomSelector = createSelectorHook(nestedContext)
0 commit comments