Skip to content

Commit

Permalink
Update testing.md to reflect that we don't use yarn anymore (#45185)
Browse files Browse the repository at this point in the history
  • Loading branch information
jankaifer committed Jan 23, 2023
1 parent 775254a commit 1c7f66c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contributing/core/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ When you run an e2e test, a local version of next will be created inside your sy
which is then linked to the app, also created inside a temp folder. A server is started on a random port, against which the tests will run.
After all tests have finished, the server is destroyed and all remaining files are deleted from the temp folder.

You will need `yarn` for running e2e tests. Installing it `corepack` won't work because `next.js` is `pnpm` workspace.

## Writing tests for Next.js

### Getting Started
Expand Down

0 comments on commit 1c7f66c

Please sign in to comment.