Skip to content

Commit

Permalink
test: enable all getMetaInfo tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
pimlie committed Jun 22, 2019
1 parent bfeab17 commit 24d7fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/getMetaInfo.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 24d7fee

Please sign in to comment.