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
Add `jest-extended-snapshot` to your Jest `setupTestFrameworkScriptFile` configuration. [See Jest website](https://jestjs.io/docs/en/configuration.html#setuptestframeworkscriptfile-string) for more information.
49
+
### Jest 23
50
+
51
+
Add `jest-extended-snapshot` to your Jest `setupTestFrameworkScriptFile` configuration. [See Jest website](https://jestjs.io/docs/en/23.x/configuration#setuptestframeworkscriptfile-string) for more information.
50
52
51
53
```json
52
54
"jest": {
@@ -72,6 +74,16 @@ Then in your Jest config:
72
74
}
73
75
```
74
76
77
+
### Jest version >= 24
78
+
79
+
Add `jest-extended-snapshot` to your `setupFilesAfterEnv` array in the Jest configuration. [See Jest website](https://jestjs.io/docs/en/configuration.html#setuptestframeworkscriptfile-string) for more information.
0 commit comments