Skip to content

Commit

Permalink
chore(no-large-snapshots): break todo out into #370
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Aug 6, 2019
1 parent 8097c7b commit 17fc8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/no-large-snapshots.ts
Expand Up @@ -110,7 +110,7 @@ export default createRule<[RuleOptions], MessageId>({
ExpressionStatement(node) {
reportOnViolation(context, node, options);
},
}; // todo: why are we picking out file types here?
};
} else if (context.getFilename().endsWith('.js')) {
return {
CallExpression(node) {
Expand Down

0 comments on commit 17fc8a8

Please sign in to comment.