2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-08 04:42:25 +03:00

feat: add afterNavigation callback (fix: #259)

This commit is contained in:
pimlie
2019-03-05 15:11:25 +01:00
parent 173b31d1d7
commit 97badf61cb
6 changed files with 48 additions and 7 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ describe('plugin', () => {
expect(batchUpdateSpy).not.toHaveBeenCalled()
jest.clearAllMocks()
const metaInfo = wrapper.vm.$meta().resume()
const { metaInfo } = wrapper.vm.$meta().resume()
expect(metaInfo.title).toBe(title)
})
})