[wip|rebase]: lint

This commit is contained in:
Raphael Beer 2020-03-23 12:51:14 +01:00
parent 0b916012e8
commit bf7bd6fd59
No known key found for this signature in database
GPG Key ID: C1AC5E018B25EF11
2 changed files with 0 additions and 2 deletions

View File

@ -62,7 +62,6 @@ describe('FollowList.vue', () => {
jest.useFakeTimers()
wrapper.find('button').trigger('click')
await jest.runAllTicks()
await wrapper.vm.$nextTick()

View File

@ -11,7 +11,6 @@ config.stubs['nuxt-link'] = '<span><slot /></span>'
config.stubs['infinite-loading'] = '<span><slot /></span>'
config.stubs['follow-list'] = '<span><slot /></span>'
describe('ProfileSlug', () => {
let wrapper
let Wrapper