Skip to content

Commit

Permalink
docs: fix vitest example link in testing with vitest (#59659)
Browse files Browse the repository at this point in the history
This PR fixes a wrong link introduced in #59268

---------

Co-authored-by: JJ Kasper <[email protected]>
  • Loading branch information
AhmedBaset and ijjk authored Dec 18, 2023
1 parent 4462354 commit 3e6edbf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ Vite and React Testing Library are frequently used together for **Unit Testing**
## Quickstart

You can use `create-next-app` with the Next.js [with-vitest](https://github.com/vercel/next.js/tree/canary/examples/with-jest) example to quickly get started:
You can use `create-next-app` with the Next.js [with-vitest](https://github.com/vercel/next.js/tree/canary/examples/with-vitest) example to quickly get started:

```bash filename="Terminal"
npx create-next-app@latest --example with-vitest with-jest-vitest
npx create-next-app@latest --example with-vitest with-vitest-app
```

## Manual Setup
Expand Down

0 comments on commit 3e6edbf

Please sign in to comment.