Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Omri Luzon committed Dec 24, 2022
1 parent e58dab9 commit 12effef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-plugin/src/rules/prefer-optional-chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ export default util.createRule({
propertyText = '#' + getText(node.property);
break;

/* istanbul ignore next */
default:
propertyText = sourceCode.getText(node.property);
}
Expand Down

0 comments on commit 12effef

Please sign in to comment.