Skip to content

Commit

Permalink
test: remove unnecessary logs from output (#18368)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red authored Oct 16, 2024
1 parent dc82334 commit f50d358
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/vite/src/node/__tests__/build.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,7 @@ test('adjust worker build error for worker.format', async () => {
},
},
},
logLevel: 'silent',
})
} catch (e) {
expect(e.message).toContain('worker.format')
Expand Down
1 change: 1 addition & 0 deletions packages/vite/src/node/__tests__/environment.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ describe('custom environment conditions', () => {
logLevel: 'error',
server: {
middlewareMode: true,
ws: false,
},
environments: {
// no web / default
Expand Down

0 comments on commit f50d358

Please sign in to comment.