fix test?
This commit is contained in:
parent
887ed66ea7
commit
38898ba571
1 changed files with 0 additions and 7 deletions
|
|
@ -3,15 +3,8 @@ import { createStore } from 'vuex'
|
||||||
|
|
||||||
import { useListsStore } from 'src/stores/lists.js'
|
import { useListsStore } from 'src/stores/lists.js'
|
||||||
|
|
||||||
import apiModule from 'src/modules/api.js'
|
|
||||||
|
|
||||||
setActivePinia(createPinia())
|
setActivePinia(createPinia())
|
||||||
const store = useListsStore()
|
const store = useListsStore()
|
||||||
window.vuex = createStore({
|
|
||||||
modules: {
|
|
||||||
api: apiModule,
|
|
||||||
},
|
|
||||||
})
|
|
||||||
|
|
||||||
describe('The lists store', () => {
|
describe('The lists store', () => {
|
||||||
describe('actions', () => {
|
describe('actions', () => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue