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 07c9915 commit ada327bCopy full SHA for ada327b
test/feature/helpers/helpers.spec.ts
@@ -15,7 +15,7 @@ describe('feature/helpers/helpers', () => {
15
}
16
17
it('maps repositories to vue component from models', async () => {
18
- const store = createStore([User])
+ const store = createStore()
19
20
const vm = new Vue({
21
store,
@@ -29,7 +29,7 @@ describe('feature/helpers/helpers', () => {
29
})
30
31
it('maps repositories to vue component from repositories', async () => {
32
33
34
35
0 commit comments