File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
src/content/docs/workers/testing/vitest-integration/get-started Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -24,18 +24,12 @@ This guide will instruct you through installing and setting up the `@cloudflare/
2424Open 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
2828npm install @cloudflare/vitest-pool-workers --save-dev
2929```
3030
3131The 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
4135If 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.
You can’t perform that action at this time.
0 commit comments