From fb9d9e93ae9d0f707acc5ae03d9ad8891c1ebd37 Mon Sep 17 00:00:00 2001 From: Anjorin Damilare Date: Tue, 4 Jan 2022 09:29:16 +0100 Subject: [PATCH] chore: change vite to vitest on contributing.md (#431) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6e4f125ed..5714bfe9c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,7 +39,7 @@ If you want to use break point and explore code execution you can use the ["Run 5. The execution will stop and you'll use the [Debug toolbar](https://code.visualstudio.com/docs/editor/debugging#_debug-actions) to continue, step over, restart the process... -## Testing Vite against external packages +## Testing Vitest against external packages You may wish to test your locally-modified copy of Vitest against another package that is using it. For pnpm, after building Vitest, you can use [`pnpm.overrides`](https://pnpm.io/package_json#pnpmoverrides). Please note that `pnpm.overrides` must be specified in the root `package.json` and you must first list the package as a dependency in the root `package.json`: -- 2.51.2