better lint
This commit is contained in:
parent
e554eeeef6
commit
18d8ea6b63
123 changed files with 362 additions and 205 deletions
|
|
@ -3,13 +3,14 @@ import { createPinia, setActivePinia } from 'pinia'
|
|||
import { createApp } from 'vue'
|
||||
import { createStore } from 'vuex'
|
||||
|
||||
import { useOAuthStore } from 'src/stores/oauth.js'
|
||||
import {
|
||||
authApis,
|
||||
injectMswToTest,
|
||||
testServer,
|
||||
} from '/test/fixtures/mock_api.js'
|
||||
|
||||
import { useOAuthStore } from 'src/stores/oauth.js'
|
||||
|
||||
const test = injectMswToTest(authApis)
|
||||
|
||||
const vuexStore = createStore({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue