Skip to content

Commit 9283738

Browse files
committed
100% code coverage
1 parent 474a125 commit 9283738

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ function getLocOffsetFix<T extends AST>(node: AstWithParent<T>): number {
122122
node,
123123
isASTWithSource
124124
);
125+
/* istanbul ignore if -- Safe-guard, out-of-scope of our own tests. */
125126
if (astWithSource === null || !astWithSource.source) {
126127
return 0;
127128
}

0 commit comments

Comments
 (0)