Skip to content

Commit c5e0f03

Browse files
Update README.md
1 parent 2aa601c commit c5e0f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If you have a Vue 2 codebase you are transitioning to Vue 3, then `jest-serializ
3939
]
4040
```
4141
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`:
4343
```js
4444
global.beforeEach(() => {
4545
// Set the default settings for each snapshot

0 commit comments

Comments
 (0)