Update testing.md to reflect that we don't use yarn anymore (#45185)

This commit is contained in:
Jan Kaifer 2023-01-23 23:41:42 +01:00 committed by GitHub
parent 775254af74
commit 1c7f66c70b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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