2
0
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:
pimlie
2019-06-22 17:03:05 +02:00
parent bfeab1754e
commit 24d7feea7f
+1 -1
View File
@@ -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({