Fix lint with updated linter

This commit is contained in:
mattwr18 2019-11-18 21:54:24 +01:00
parent 399e13360e
commit 123fc2f666
2 changed files with 2 additions and 2 deletions

View File

@ -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')

View File

@ -28,7 +28,7 @@ export default {
error,
params: { id },
} = context
let client = app.apolloProvider.defaultClient
const client = app.apolloProvider.defaultClient
const {
data: {
Post: [contribution],