Skip to content

Commit

Permalink
docs: fix minor typo - colleting -> collecting (#6756)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw authored Oct 21, 2024
1 parent 19278f4 commit ec48898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/profiling-test-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ When you run Vitest it reports multiple time metrics of your tests:
- Transform: How much time was spent transforming the files. See [File Transform](#file-transform).
- Setup: Time spent for running the [`setupFiles`](/config/#setupfiles) files.
- Collect: Time spent for colleting all tests in the test files. This includes the time it took to import all file dependencies.
- Collect: Time spent for collecting all tests in the test files. This includes the time it took to import all file dependencies.
- Tests: Time spent for actually running the test cases.
- Environment: Time spent for setting up the test [`environment`](/config/#environment), for example JSDOM.
- Prepare: Time Vitest uses to prepare the test runner.
Expand Down

0 comments on commit ec48898

Please sign in to comment.