mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-02 04:34:05 +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 component = new Vue({
|
||||
|
||||
Reference in New Issue
Block a user