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 34883ce commit c0bc53cCopy full SHA for c0bc53c
packages/node_modules/overmind-vue/src/Index.test.ts
@@ -24,7 +24,7 @@ describe('Vue', () => {
24
foo: 'bar',
25
},
26
actions: {
27
- changeFoo: (action) => action().mutate((state) => (state.foo = 'bar2')),
+ changeFoo: (action) => action.mutate((state) => (state.foo = 'bar2')),
28
29
})
30
@@ -48,7 +48,7 @@ describe('Vue', () => {
48
49
50
51
52
53
54
0 commit comments