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 95b94e8 commit ee40194Copy full SHA for ee40194
docs/ExpectAPI.md
@@ -495,7 +495,7 @@ expect.addSnapshotSerializer(serializer);
495
// affects expect(value).toMatchSnapshot() assertions in the test file
496
```
497
498
-If you add a snapshot serializer in individual test files instead of to adding it to `snapshotSerializers` configuration:
+If you add a snapshot serializer in individual test files instead of adding it to `snapshotSerializers` configuration:
499
500
- You make the dependency explicit instead of implicit.
501
- You avoid limits to configuration that might cause you to eject from [create-react-app](https://github.com/facebookincubator/create-react-app).
0 commit comments