ReadonlycollectReadonlydurationAccumulated duration of all tests and hooks in the module.
ReadonlyenvironmentThe time it takes to import and initiate an environment.
ReadonlyheapThe amount of memory used by the test module in bytes.
This value is only available if the test was executed with logHeapUsage flag.
ReadonlyimportThe time spent importing every non-externalized dependency that Vitest has processed.
ReadonlyprepareThe time it takes Vitest to setup test harness (runner, mocks, etc.).
ReadonlysetupThe time it takes to import the setup module.
The time it takes to import the test module. This includes importing everything in the module and executing suite callbacks.