mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
lint fixes
This commit is contained in:
parent
609836d48c
commit
d16886c1fd
@ -9,7 +9,7 @@ describe('Logo.vue', () => {
|
||||
|
||||
beforeEach(() => {
|
||||
mocks = {
|
||||
$t: jest.fn()
|
||||
$t: jest.fn(),
|
||||
}
|
||||
})
|
||||
|
||||
@ -25,6 +25,5 @@ describe('Logo.vue', () => {
|
||||
it('renders', () => {
|
||||
expect(wrapper.findAll('.ds-logo')).toHaveLength(1)
|
||||
})
|
||||
|
||||
})
|
||||
})
|
||||
|
||||
@ -10,7 +10,7 @@ describe('moderation/index.vue', () => {
|
||||
|
||||
beforeEach(() => {
|
||||
mocks = {
|
||||
$t: jest.fn()
|
||||
$t: jest.fn(),
|
||||
}
|
||||
})
|
||||
|
||||
@ -26,6 +26,5 @@ describe('moderation/index.vue', () => {
|
||||
it('renders', () => {
|
||||
expect(wrapper.is('.base-card')).toBe(true)
|
||||
})
|
||||
|
||||
})
|
||||
})
|
||||
|
||||
@ -25,6 +25,5 @@ describe('create.vue', () => {
|
||||
it('renders', () => {
|
||||
expect(wrapper.findAll('.contribution-form')).toHaveLength(1)
|
||||
})
|
||||
|
||||
})
|
||||
})
|
||||
|
||||
@ -10,7 +10,7 @@ describe('profile/_id.vue', () => {
|
||||
|
||||
beforeEach(() => {
|
||||
mocks = {
|
||||
$t: jest.fn()
|
||||
$t: jest.fn(),
|
||||
}
|
||||
})
|
||||
|
||||
@ -26,6 +26,5 @@ describe('profile/_id.vue', () => {
|
||||
it('renders', () => {
|
||||
expect(wrapper.findAll('.nuxt-child')).toHaveLength(1)
|
||||
})
|
||||
|
||||
})
|
||||
})
|
||||
|
||||
@ -26,6 +26,5 @@ describe('search-results.vue', () => {
|
||||
it('renders', () => {
|
||||
expect(wrapper.findAll('.search-results')).toHaveLength(1)
|
||||
})
|
||||
|
||||
})
|
||||
})
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
module.exports = {
|
||||
render: () => 'test-file-stub'
|
||||
};
|
||||
render: () => 'test-file-stub',
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user