mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
fix lint
This commit is contained in:
parent
af5447e830
commit
de33b2288d
@ -1,9 +1,8 @@
|
|||||||
import { config, mount } from '@vue/test-utils'
|
import { mount } from '@vue/test-utils'
|
||||||
import GroupList from './GroupList.vue'
|
import GroupList from './GroupList.vue'
|
||||||
|
|
||||||
const localVue = global.localVue
|
const localVue = global.localVue
|
||||||
|
|
||||||
|
|
||||||
const propsData = {
|
const propsData = {
|
||||||
groups: [],
|
groups: [],
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,12 +1,11 @@
|
|||||||
import { config, mount } from '@vue/test-utils'
|
import { mount } from '@vue/test-utils'
|
||||||
import GroupMember from './GroupMember.vue'
|
import GroupMember from './GroupMember.vue'
|
||||||
|
|
||||||
const localVue = global.localVue
|
const localVue = global.localVue
|
||||||
|
|
||||||
|
|
||||||
const propsData = {
|
const propsData = {
|
||||||
groupId: '',
|
groupId: '',
|
||||||
groupMembers: []
|
groupMembers: [],
|
||||||
}
|
}
|
||||||
|
|
||||||
describe('GroupMember', () => {
|
describe('GroupMember', () => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user