mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-18 15:30:47 +03:00
fix: dont change title when value is undefined (fix #396)
This commit is contained in:
@@ -90,7 +90,7 @@ describe('client', () => {
|
||||
|
||||
jest.runAllTimers()
|
||||
metaInfo = getMetaInfo(wrapper.vm.$parent)
|
||||
expect(metaInfo.title).toEqual('')
|
||||
expect(metaInfo.title).toEqual(undefined)
|
||||
})
|
||||
|
||||
test('meta-info can be rendered with inject', () => {
|
||||
|
||||
Reference in New Issue
Block a user