diff --git a/test/unit/getMetaInfo.test.js b/test/unit/getMetaInfo.test.js index 0e388c12..13573ed3 100644 --- a/test/unit/getMetaInfo.test.js +++ b/test/unit/getMetaInfo.test.js @@ -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({