8000 chore: ignore test utils/stub components for coverage (#5327) · bootstrap-vue/bootstrap-vue@c7927ed · GitHub
[go: up one dir, main page]

Skip to content

Commit c7927ed

Browse files
authored
chore: ignore test utils/stub components for coverage (#5327)
* chore: ignore test utils for coverage * Update TransitionStub.js * Update TransitionGroupStub.js * Update TransitionStub.js
1 parent a5f774e commit c7927ed

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/components/TransitionGroupStub.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* istanbul ignore file */
12
export default {
23
render(h) {
34
const tag = this.tag || this.$vnode.data.tag || 'span'

tests/components/TransitionStub.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* istanbul ignore file */
12
const getRealChild = vnode => {
23
const compOptions = vnode && vnode.componentOptions
34
if (compOptions && compOptions.Ctor.options.abstract) {

0 commit comments

Comments
 (0)
0