Skip to content

Commit ada327b

Browse files
committed
chore: adjust tests
1 parent 07c9915 commit ada327b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/feature/helpers/helpers.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ describe('feature/helpers/helpers', () => {
1515
}
1616

1717
it('maps repositories to vue component from models', async () => {
18-
const store = createStore([User])
18+
const store = createStore()
1919

2020
const vm = new Vue({
2121
store,
@@ -29,7 +29,7 @@ describe('feature/helpers/helpers', () => {
2929
})
3030

3131
it('maps repositories to vue component from repositories', async () => {
32-
const store = createStore([User])
32+
const store = createStore()
3333

3434
const vm = new Vue({
3535
store,

0 commit comments

Comments
 (0)