mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
docs: remove prepare from example (#9139)
### Description <!-- Please insert your description here and provide especially info about the "what" this PR is solving --> Resolves #issue-number <!-- You can also add additional context here --> ### Please don't delete this checklist! Before submitting the PR, please make sure you do the following: - [ ] It's really useful if your PR references an issue where it is discussed ahead of time. If the feature is substantial or introduces breaking changes without a discussion, PR might be closed. - [ ] Ideally, include a test that fails without this PR but passes with it. - [ ] Please, don't make changes to `pnpm-lock.yaml` unless you introduce a new test example. - [ ] Please check [Allow edits by maintainers](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork) to make review process faster. Note that this option is not available for repositories that are owned by Github organizations. ### Tests - [ ] Run the tests with `pnpm test:ci`. ### Documentation - [ ] If you introduce new functionality, document it. You can run documentation with `pnpm run docs` command. ### Changesets - [ ] Changes in changelog are generated from PR name. Please, make sure that it explains your changes in an understandable manner. Please, prefix changeset messages with `feat:`, `fix:`, `perf:`, `docs:`, or `chore:`.
This commit is contained in:
parent
52b242b870
commit
1c00fb1165
@ -11,7 +11,7 @@ When you run Vitest it reports multiple time metrics of your tests:
|
||||
> Test Files 1 passed (1)
|
||||
> Tests 1 passed (1)
|
||||
> Start at 09:32:53
|
||||
> Duration 4.80s (transform 44ms, setup 0ms, import 35ms, tests 4.52s, environment 0ms, prepare 81ms)
|
||||
> Duration 4.80s (transform 44ms, setup 0ms, import 35ms, tests 4.52s, environment 0ms)
|
||||
> # Time metrics ^^
|
||||
> ```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user