mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-23 16:50:34 +03:00
chore: fix lint
This commit is contained in:
@@ -83,7 +83,7 @@ describe('client', () => {
|
|||||||
const wrapper = mount(Changed, { localVue: Vue, parentComponent })
|
const wrapper = mount(Changed, { localVue: Vue, parentComponent })
|
||||||
|
|
||||||
let context
|
let context
|
||||||
const changed = jest.fn(function() {
|
const changed = jest.fn(function () {
|
||||||
context = this
|
context = this
|
||||||
})
|
})
|
||||||
wrapper.setData({ changed })
|
wrapper.setData({ changed })
|
||||||
|
|||||||
Reference in New Issue
Block a user