From a7c5ace0308234c3d727a1e2f9dabfcfc993395b Mon Sep 17 00:00:00 2001 From: Troy Morehouse Date: Fri, 8 May 2020 05:49:08 -0300 Subject: [PATCH 1/4] chore: ignore test utils for coverage --- tests/components/TransitionGroupStub.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/components/TransitionGroupStub.js b/tests/components/TransitionGroupStub.js index 84a1ac10e17..be270e8a0da 100644 --- a/tests/components/TransitionGroupStub.js +++ b/tests/components/TransitionGroupStub.js @@ -1,3 +1,4 @@ +/* istabul ignore next */ export default { render(h) { const tag = this.tag || this.$vnode.data.tag || 'span' From 3f038cf445618694eae3a1dc00558b608f69e414 Mon Sep 17 00:00:00 2001 From: Troy Morehouse Date: Fri, 8 May 2020 05:50:09 -0300 Subject: [PATCH 2/4] Update TransitionStub.js --- tests/components/TransitionStub.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/components/TransitionStub.js b/tests/components/TransitionStub.js index f9c0bc93977..a3ff367ea43 100644 --- a/tests/components/TransitionStub.js +++ b/tests/components/TransitionStub.js @@ -1,3 +1,4 @@ +/* istabul ignore file */ const getRealChild = vnode => { const compOptions = vnode && vnode.componentOptions if (compOptions && compOptions.Ctor.options.abstract) { From da7152580a24f011c2ccb75fa9b9be12e9e41b2b Mon Sep 17 00:00:00 2001 From: Troy Morehouse Date: Fri, 8 May 2020 05:55:04 -0300 Subject: [PATCH 3/4] Update TransitionGroupStub.js --- tests/components/TransitionGroupStub.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/components/TransitionGroupStub.js b/tests/components/TransitionGroupStub.js index be270e8a0da..be32c291cc8 100644 --- a/tests/components/TransitionGroupStub.js +++ b/tests/components/TransitionGroupStub.js @@ -1,4 +1,4 @@ -/* istabul ignore next */ +/* istanbul ignore file */ export default { render(h) { const tag = this.tag || this.$vnode.data.tag || 'span' From 3c0924530031099c833de73dfebb444d7515cd72 Mon Sep 17 00:00:00 2001 From: Troy Morehouse Date: Fri, 8 May 2020 05:55:16 -0300 Subject: [PATCH 4/4] Update TransitionStub.js --- tests/components/TransitionStub.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/components/TransitionStub.js b/tests/components/TransitionStub.js index a3ff367ea43..dd2c338651e 100644 --- a/tests/components/TransitionStub.js +++ b/tests/components/TransitionStub.js @@ -1,4 +1,4 @@ -/* istabul ignore file */ +/* istanbul ignore file */ const getRealChild = vnode => { const compOptions = vnode && vnode.componentOptions if (compOptions && compOptions.Ctor.options.abstract) {