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 ed0c9a7 commit aaba1b8Copy full SHA for aaba1b8
test/createStore.spec.js
@@ -34,7 +34,7 @@ describe('createStore', () => {
34
).not.toThrow()
35
})
36
37
- it('passes the initial action and the initial state', () => {
+ it('passes the initial state', () => {
38
const store = createStore(reducers.todos, [
39
{
40
id: 1,
0 commit comments