fix(test): correct usage of store in testing

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2021-12-20 19:29:52 +01:00
parent a7bacb754a
commit 44f8eb1fe7
2 changed files with 18 additions and 16 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { useStore } from '~/composables'
import { initialState } from '~/utils'
import { FlowState, FlowStore } from '~/types'
import { initialState } from '~/store'
describe('test store state', () => {
let store: FlowStore