You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// affects expect(value).toMatchSnapshot() assertions in the test file
496
496
```
497
497
498
-
If you add a snapshot serializer in individual test files instead of to adding it to `snapshotSerializers` configuration:
498
+
If you add a snapshot serializer in individual test files instead of adding it to `snapshotSerializers` configuration:
499
499
500
500
- You make the dependency explicit instead of implicit.
501
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