Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,12 @@ This guide will instruct you through installing and setting up the `@cloudflare/
Open a terminal window and make sure you are in your project's root directory. Once you have confirmed that, run:

```sh
npm install vitest@2.0.5 --save-dev --save-exact
npm install vitest --save-dev --save-exact
npm install @cloudflare/vitest-pool-workers --save-dev
```

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

:::note

Currently, the `@cloudflare/vitest-pool-workers` package _only_ works with Vitest 2.0.5.

:::

## Define Vitest configuration

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.
Expand Down
Loading