Skip to content

Commit 4a6d71a

Browse files
authored
Relax version constraints for vitest
1 parent 1300958 commit 4a6d71a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/content/docs/workers/testing/vitest-integration/get-started/write-your-first-test.mdx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,12 @@ This guide will instruct you through installing and setting up the `@cloudflare/
2424
Open a terminal window and make sure you are in your project's root directory. Once you have confirmed that, run:
2525

2626
```sh
27-
npm install vitest@2.0.5 --save-dev --save-exact
27+
npm install vitest --save-dev --save-exact
2828
npm install @cloudflare/vitest-pool-workers --save-dev
2929
```
3030

3131
The above commands will add the packages to your `package.json` file and install them as dev dependencies.
3232

33-
:::note
34-
35-
Currently, the `@cloudflare/vitest-pool-workers` package _only_ works with Vitest 2.0.5.
36-
37-
:::
38-
3933
## Define Vitest configuration
4034

4135
If you do not already have a `vitest.config.js` or `vitest.config.ts` file, you will need to create one and define the following configuration.

0 commit comments

Comments
 (0)