Skip to content

Commit 24d7fee

Browse files
committed
test: enable all getMetaInfo tests again
1 parent bfeab17 commit 24d7fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/getMetaInfo.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ describe('getMetaInfo', () => {
821821
})
822822
})
823823

824-
test.only('prints warning for boolean attributes with value undefined', () => {
824+
test('prints warning for boolean attributes with value undefined', () => {
825825
const warn = jest.spyOn(console, 'warn').mockImplementation(() => {})
826826

827827
const component = new Vue({

0 commit comments

Comments
 (0)