Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/rules/no-large-snapshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ module.exports = {
};
```

In order to check external snapshots, you must also have `eslint` check files
with the `.snap` extension by either passing `--ext snap` on the command line or
by explicitly specifying `.snap` in `overrides`.

## Rule details

This rule looks at all Jest inline and external snapshots (files with `.snap`
Expand Down