We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--ext snap
1 parent a4d9cb3 commit dd22b25Copy full SHA for dd22b25
1 file changed
docs/rules/no-large-snapshots.md
@@ -24,6 +24,9 @@ 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 passing `--ext snap`.
29
+
30
## Rule details
31
32
This rule looks at all Jest inline and external snapshots (files with `.snap`
0 commit comments