Skip to content

Commit

Permalink
fix: reporter to log version before provider initalizations
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio committed Apr 21, 2023
1 parent 3984c61 commit 630b7db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vitest/src/node/core.ts
Expand Up @@ -282,12 +282,12 @@ export class Vitest {
return
}

await this.report('onInit', this)

await this.initCoverageProvider()
await this.coverageProvider?.clean(this.config.coverage.clean)
await this.initBrowserProviders()

await this.report('onInit', this)

const files = await this.filterTestsBySource(
await this.globTestFiles(filters),
)
Expand Down

0 comments on commit 630b7db

Please sign in to comment.