We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19278f4 commit ec48898Copy full SHA for ec48898
docs/guide/profiling-test-performance.md
@@ -17,7 +17,7 @@ When you run Vitest it reports multiple time metrics of your tests:
17
18
- Transform: How much time was spent transforming the files. See [File Transform](#file-transform).
19
- Setup: Time spent for running the [`setupFiles`](/config/#setupfiles) files.
20
-- 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.
21
- Tests: Time spent for actually running the test cases.
22
- Environment: Time spent for setting up the test [`environment`](/config/#environment), for example JSDOM.
23
- Prepare: Time Vitest uses to prepare the test runner.
0 commit comments