mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-18 23:10:33 +03:00
@@ -30,9 +30,4 @@ describe('plugin', () => {
|
||||
const vm = new Vue(Component).$mount()
|
||||
expect(vm._hasMetaInfo).to.equal(true)
|
||||
})
|
||||
|
||||
it('setup optionMergeStrategies for the keyName', () => {
|
||||
const strats = Vue.config.optionMergeStrategies
|
||||
expect(strats[VUE_META_KEY_NAME]).to.equal(strats.created)
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user