mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
Fix lint with updated linter
This commit is contained in:
parent
399e13360e
commit
123fc2f666
@ -370,7 +370,7 @@ describe('ContributionForm.vue', () => {
|
||||
it('supports updating categories', async () => {
|
||||
expectedParams.variables.categoryIds.push('cat3')
|
||||
wrapper.find(CategoriesSelect).setData({ categories })
|
||||
let healthWellbeingButton = await wrapper
|
||||
const healthWellbeingButton = await wrapper
|
||||
.find(CategoriesSelect)
|
||||
.find('[data-test="category-buttons-cat3"]')
|
||||
healthWellbeingButton.trigger('click')
|
||||
|
||||
@ -28,7 +28,7 @@ export default {
|
||||
error,
|
||||
params: { id },
|
||||
} = context
|
||||
let client = app.apolloProvider.defaultClient
|
||||
const client = app.apolloProvider.defaultClient
|
||||
const {
|
||||
data: {
|
||||
Post: [contribution],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user