fix: correct minor typos (#141)

This commit is contained in:
Enzo Innocenzi 2021-12-14 11:15:33 +01:00 committed by GitHub
parent bf0ef2dcf3
commit 715ec85c53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
## Configuration
`vitest` will read your root `vite.config.ts` when it present to match with the plugins and setup as your Vite app. If you want to it to have a different configuration for testing, you could either:
`vitest` will read your root `vite.config.ts` when it is present to match with the plugins and setup as your Vite app. If you want to it to have a different configuration for testing, you could either:
- Create `vitest.config.ts`, which will have the higher priority
- Pass `--config` option to CLI, e.g. `vitest --config ./path/to/vitest.config.ts`

View File

@ -20,7 +20,7 @@ Become a Sponsor of [@patak-dev](https://github.com/sponsors/patak-dev) or [@ant
Vitest requires Vite v2.7 and Node v16
:::
## Trying Vite Online
## Trying Vitest Online
You can try Vitest online on [StackBlitz](https://stackblitz.com/edit/node-8hobg2?file=test%2Fbasic.test.ts&view=editor). It runs Vitest directly in the browser, and it is almost identical to the local setup but doesn't require installing anything on your machine.