Skip to content
This repository was archived by the owner on Mar 22, 2019. It is now read-only.

Commit 640c20f

Browse files
committed
Remove comment directive for istabul
“Coverage 100%” is a target, not a requirement.
1 parent 7494c17 commit 640c20f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ const unquoteFontFamily = family => {
7272
const toRGBColor = (m, leading, c) => {
7373
const co = onecolor(c);
7474

75-
/* istanbul ignore if */
7675
// Return unmodified value when `one.color` failed to parse `c`
7776
if (!co) {
7877
return m;

0 commit comments

Comments
 (0)