fix(test): correct usage of store in testing
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user