We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0141b5c commit 2ea53c6Copy full SHA for 2ea53c6
README.md
@@ -309,7 +309,8 @@ You can automatically create it by removing the `CREATE_SNAPSHOTS=false` env var
309
Windows users should configure their line endings in `.gitattributes`.
310
311
```txt
312
-tests/**/__snapshots__/** text eol=lf
+# Snapshots used in tests hold serialized data and their line ending should be left unchanged
313
+tests/**/__snapshots__/** binary
314
```
315
316
## Changelog
0 commit comments