Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJaredWilcurt authored Oct 2, 2023
1 parent 013b3c1 commit 23a33a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,9 +372,9 @@ test('Assuming stringifyObjects is enabled', () => {
```


## Using with Vite
## Using with Vitest

Vite actually uses the same snapshot library under the hood as Jest, so this library will work with it as well.
Vitest actually uses the same snapshot library under the hood as Jest, so this library will work with it as well.

1. `npm install --save-dev jest-serializer-vue-tjw`
1. In your `/vite.config.js` file point to a setup file:
Expand Down

0 comments on commit 23a33a7

Please sign in to comment.