mirror of
https://github.com/vitest-dev/vitest.git
synced 2026-02-01 17:36:51 +00:00
fix: correct minor typos (#141)
This commit is contained in:
parent
bf0ef2dcf3
commit
715ec85c53
@ -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`
|
||||
|
||||
@ -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.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user