mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-22 04:50:33 +03:00
test: enable all getMetaInfo tests again
This commit is contained in:
@@ -821,7 +821,7 @@ describe('getMetaInfo', () => {
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
test.only('prints warning for boolean attributes with value undefined', () => {
|
test('prints warning for boolean attributes with value undefined', () => {
|
||||||
const warn = jest.spyOn(console, 'warn').mockImplementation(() => {})
|
const warn = jest.spyOn(console, 'warn').mockImplementation(() => {})
|
||||||
|
|
||||||
const component = new Vue({
|
const component = new Vue({
|
||||||
|
|||||||
Reference in New Issue
Block a user