Skip to content

Commit 368a335

Browse files
committed
perf code coverage
1 parent 0416839 commit 368a335

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/util/perf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export let measure
55

66
if (process.env.NODE_ENV !== 'production') {
77
const perf = inBrowser && window.performance
8+
/* istanbul ignore if */
89
if (
910
perf &&
1011
perf.mark &&

0 commit comments

Comments
 (0)