biome format --write
This commit is contained in:
parent
8372348148
commit
9262e803ec
415 changed files with 54076 additions and 17419 deletions
2
test/fixtures/mock_store.js
vendored
2
test/fixtures/mock_store.js
vendored
|
|
@ -2,7 +2,7 @@ import { createStore } from 'vuex'
|
|||
import { cloneDeep } from 'lodash'
|
||||
import vuexModules from 'src/modules/index.js'
|
||||
|
||||
const tweakModules = modules => {
|
||||
const tweakModules = (modules) => {
|
||||
const res = {}
|
||||
Object.entries(modules).forEach(([name, module]) => {
|
||||
const m = { ...module }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue