bug: --typecheck
produces one task per browser
instance
#7870
Labels
--typecheck
produces one task per browser
instance
#7870
Describe the bug
Type checking should be independent from browser instances, since they don't affect each other.
While i think
tsc
isn't invoked more than once per module, the test suite is reported once per file<->project combination, while it should only be reported once. This distorts the reported suite runtime and convolutes the console report in general.Here is what it currently looks like:
Here is how i would expect it to look like:
Reproduction
Add multiple
test.browser.instances
and enabletypecheck
via vitest. You will observe typecheck being reported once per browser instance, although it is independent. The typecheck result duration will also be the same for each module, while still being summed for summary reporting.System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: