Clear and concise description of the problem
There is no timer displayed at the end of the import statement:
import Component from './components/Component' // 2ms
Suggested solution
Vitest collects information about import durations: https://vitest.dev/api/advanced/test-module.html#diagnostic
We can map the duration to location of static and known dynamic imports (with a static string inside)
Alternative
No response
Additional context
No response
Validations
Clear and concise description of the problem
There is no timer displayed at the end of the import statement:
Suggested solution
Vitest collects information about import durations: https://vitest.dev/api/advanced/test-module.html#diagnostic
We can map the duration to location of static and known dynamic imports (with a static string inside)
Alternative
No response
Additional context
No response
Validations