Skip to content

Commit

Permalink
test: decrease vite logging during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Feb 9, 2023
1 parent 71d67ad commit 5426e56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/fixtures/basic/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ export default defineNuxtConfig({
})
}
],
vite: {
logLevel: 'silent'
},
hooks: {
'prepare:types' ({ tsConfig }) {
tsConfig.include = tsConfig.include!.filter(i => i !== '../../../../**/*')
Expand Down

0 comments on commit 5426e56

Please sign in to comment.