Closed H4ad closed 1 year ago
Is your feature request related to an issue? Please describe.
Currently, code coverage is broken after adding deepkit integration due to loaders in nodejs.
Describe the desired solution
Perhaps the only solution that fits better is to use mocha, I've seen https://github.com/GoogleChrome/lighthouse/issues/14047 using mocha so I could work to get back the correct code coverage.
Vitest :)
Feature request
Is your feature request related to an issue? Please describe.
Currently, code coverage is broken after adding deepkit integration due to loaders in nodejs.
Describe the desired solution
Perhaps the only solution that fits better is to use mocha, I've seen https://github.com/GoogleChrome/lighthouse/issues/14047 using mocha so I could work to get back the correct code coverage.