Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
fix(dev): do not terminate the process even if no tests
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jan 26, 2023
1 parent 913ab41 commit 86fe91e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nuxt-vitest/src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export default defineNuxtModule<NuxtVitestOptions>({
watch: false,
}
: {
passWithNoTests: true,
...options.vitestConfig,
reporters: options.logToConsole ? undefined : [{}], // do not report to console
ui: true,
Expand Down

0 comments on commit 86fe91e

Please sign in to comment.