From 24d7feea7fdacd5889599a3d7dbb30d29a1f7828 Mon Sep 17 00:00:00 2001 From: pimlie Date: Sat, 22 Jun 2019 17:03:05 +0200 Subject: [PATCH] test: enable all getMetaInfo tests again --- test/unit/getMetaInfo.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({