fix double src in tests
This commit is contained in:
parent
5ef527d747
commit
ac44c1bc11
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
import { createPinia, setActivePinia } from 'pinia'
|
||||
import { useListsStore } from 'src/src/stores/lists.js'
|
||||
import { useListsStore } from 'src/stores/lists.js'
|
||||
import { createStore } from 'vuex'
|
||||
import apiModule from '../../../../src/modules/api.js'
|
||||
import apiModule from 'src/modules/api.js'
|
||||
|
||||
setActivePinia(createPinia())
|
||||
const store = useListsStore()
|
||||
|
|
Loading…
Add table
Reference in a new issue