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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ If you have a Vue 2 codebase you are transitioning to Vue 3, then `jest-serializ
39
39
]
40
40
```
41
41
1. The new library uses the "diffable" formatter by default, this will give you very different snapshots. So to make the transition smoother, we also offer the "classic" formatter, which is the same one used by `jest-serializer-vue-tjw`.
42
-
* In your `setup.js`, add to your global `beforeEach`, add set your global snapshot settings
42
+
* In your `setup.js` add the following to your global `beforeEach`:
0 commit comments