Skip to content

Commit

Permalink
Update docs/GettingStarted.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jul 12, 2024
1 parent ccabc42 commit 5017683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ Jest can be used in projects that use [webpack](https://webpack.js.org/) to mana

Jest is not supported by Vite due to incompatibilities with the Vite [plugin system](https://github.com/vitejs/vite/issues/1955#issuecomment-776009094).

There are examples for Jest integration with Vite in the [vite-jest](https://github.com/sodatea/vite-jest) library. However, as of 5/10/24, this library is not compatible with versions of Vite later than 2.4.2.
There are examples for Jest integration with Vite in the [vite-jest](https://github.com/sodatea/vite-jest) library. However, this library is not compatible with versions of Vite later than 2.4.2.

One current (5/10/24) alternative is [Vitest](https://vitest.dev/) which has an API intended to be similar to Jest and a [migration guide](https://vitest.dev/guide/migration.html#migrating-from-jest).
One alternative is [Vitest](https://vitest.dev/) which has an API compatible Jest.

### Using Parcel

Expand Down

0 comments on commit 5017683

Please sign in to comment.