Skip to content

Commit

Permalink
Merge branch 'main' into wip-eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re authored Oct 19, 2023
2 parents f881891 + 88869ba commit 53b27b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/astro/test/test-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ export async function loadFixture(inlineConfig) {

// Silent by default during tests to not pollute the console output
inlineConfig.logLevel = 'silent';
inlineConfig.vite ??= {};
inlineConfig.vite.logLevel = 'silent';

let root = inlineConfig.root;
// Handle URL, should already be absolute so just convert to path
Expand Down

0 comments on commit 53b27b8

Please sign in to comment.