2
0
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:
pimlie
2019-02-10 10:11:19 +01:00
parent f9604c0b20
commit 3e010bb9ce
+1 -1
View File
@@ -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 })