Skip to content

Commit 7bf9f01

Browse files
committed
coverage
1 parent 05b070f commit 7bf9f01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/components/keep-alive.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ function matches (pattern: string | RegExp, name: string): boolean {
1515
} else if (pattern instanceof RegExp) {
1616
return pattern.test(name)
1717
}
18+
/* istanbul ignore next */
1819
return false
1920
}
2021

0 commit comments

Comments
 (0)