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.
2 parents 9b504c0 + 2ea53c6 commit fda3c42Copy full SHA for fda3c42
README.md
@@ -308,7 +308,8 @@ You can automatically create it by removing the `CREATE_SNAPSHOTS=false` env var
308
Windows users should configure their line endings in `.gitattributes`.
309
310
```txt
311
-tests/**/__snapshots__/** text eol=lf
+# Snapshots used in tests hold serialized data and their line ending should be left unchanged
312
+tests/**/__snapshots__/** binary
313
```
314
315
## Changelog
0 commit comments