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 daad2f8 commit aa6989dCopy full SHA for aa6989d
1 file changed
tests/vanilla/basic.test.ts
@@ -73,7 +73,7 @@ it('can get the store', async () => {
73
it('can get the initial state', () => {
74
const initial = { value: 1 }
75
const store = createStore(() => initial)
76
-store.setState({ value: 2 })
+ store.setState({ value: 2 })
77
expect(store.getInitialState()).toBe(initial)
78
})
79
0 commit comments