Skip to content

Commit

Permalink
docs: fix fromat in rule documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
viestat committed Apr 2, 2020
1 parent 118351c commit d96ae67
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/rules/no-interpolation-inline-snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ expect(something).toMatchInlineSnapshot(
);
```

\*Note that this rule will not trigger if the helper function is never used even
thought the `expect` will not execute. Rely on a rule like no-unused-vars for
this case.

## When Not To Use It

Don't use this rule on non-jest test files.

0 comments on commit d96ae67

Please sign in to comment.