Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit d46f42b

Browse files
committed
Fix coverage
1 parent 0cff405 commit d46f42b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ function vdom(h) {
3333
return h('div').type === 'VirtualNode';
3434
} catch (e) { /* Empty */ }
3535

36-
return false
36+
/* istanbul ignore next */
37+
return false;
3738
}
3839

3940
/**

0 commit comments

Comments
 (0)