Skip to content

Commit 83f0986

Browse files
committed
Add istanbul ignore comment
1 parent a864999 commit 83f0986

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ module.exports = {
3030
// strictly to a terminal substring of the input CSS. This should always
3131
// be the case, but if it ever isn't, we prefer to fail instead of
3232
// producing potentially invalid output.
33+
// istanbul ignore next
3334
if (offset + node.source.input.css.length !== input.css.length) {
3435
throw new Error('Invalid state detected in postcss-less');
3536
}

0 commit comments

Comments
 (0)