We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--ext snap
1 parent 197e986 commit ad676dcCopy full SHA for ad676dc
docs/rules/no-large-snapshots.md
@@ -24,6 +24,10 @@ module.exports = {
24
};
25
```
26
27
+In order to check external snapshots, you must also have `eslint` check files
28
+with the `.snap` extension by either passing `--ext snap` on the command line or
29
+by explicitly specifying `.snap` in `overrides`.
30
+
31
## Rule details
32
33
This rule looks at all Jest inline and external snapshots (files with `.snap`
0 commit comments