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