Skip to content

Commit ac857ed

Browse files
authored
Update src/content/docs/workers/testing/vitest-integration/get-started/index.mdx
1 parent 81a2476 commit ac857ed

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/testing/vitest-integration/get-started

1 file changed

+1
-1
lines changed

src/content/docs/workers/testing/vitest-integration/get-started/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: Install and set up the Workers Vitest integration.
1010

1111
import { DirectoryListing } from "~/components"
1212

13-
Testing Workers and Pages Functions within our Workers runtime can be challenging and requires additional manual setup. To address this, Cloudflare offers the Workers Vitest integration, which streamlines the process by providing a custom pool that lets your tests run directly inside the Workers runtime using [Vitest](https://vitest.dev/). Vitest is a modern JavaScript testing framework with a wide range of features such as an instant watch mode, snapshot testing, code coverage, built-in TypeScript support and seamless Jest compatibility.
13+
Testing Workers and Pages Functions within our Workers runtime can be challenging and requires additional manual setup. To address this, Cloudflare offers the Workers Vitest integration, which streamlines the process by providing a custom pool that lets your tests run directly inside the Workers runtime using [Vitest](https://vitest.dev/). Vitest is a modern JavaScript testing framework with a wide range of features such as an instant watch mode, snapshot testing, code coverage, built-in TypeScript support, and seamless Jest compatibility.
1414

1515
The Workers Vitest integration:
1616

0 commit comments

Comments
 (0)