mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
769 B
769 B
Vitest Contributing Guide
Hi! We are really excited that you are interested in contributing to vitest. Before submitting your contribution, please make sure to take a moment and read through the following guide:
Right access (temporary)
Please, arise your hand with a comment in this issue to get the permission.
Repo Setup
The vitest repo is a monorepo using pnpm workspaces. The package manager used to install and link dependencies must be pnpm.
To develop and test vitest package:
-
Run
pnpm iinvitest's root folder -
Run
pnpm run devto build sources in watch mode -
Run
pnpm run testto run core testspnpm run test:allto run all the suite