File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ When you run Vitest it reports multiple time metrics of your tests:
17
17
18
18
- Transform: How much time was spent transforming the files. See [File Transform](# file-transform).
19
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.
20
+ - Collect: Time spent for collecting all tests in the test files. This includes the time it took to import all file dependencies.
21
21
- Tests: Time spent for actually running the test cases.
22
22
- Environment: Time spent for setting up the test [` environment` ](/config/# environment), for example JSDOM.
23
23
- Prepare: Time Vitest uses to prepare the test runner.
You can’t perform that action at this time.
0 commit comments