Skip to content

Commit 1b217e2

Browse files
committed
chore: update vitest to 2.1.8
1 parent 43b3562 commit 1b217e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ 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 [email protected].6 --save-dev --save-exact
27+
npm install [email protected].8 --save-dev --save-exact
2828
npm install @cloudflare/vitest-pool-workers --save-dev
2929
```
3030

0 commit comments

Comments
 (0)