diff --git a/packages/astro/test/experimental-content-collections-css-inline-stylesheets.test.js b/packages/astro/test/experimental-content-collections-css-inline-stylesheets.test.js index efbedfe1d03f..b0b98ba64fa9 100644 --- a/packages/astro/test/experimental-content-collections-css-inline-stylesheets.test.js +++ b/packages/astro/test/experimental-content-collections-css-inline-stylesheets.test.js @@ -237,9 +237,10 @@ describe('Setting inlineStylesheets to always in static output', () => { describe('Setting inlineStylesheets to always in server output', () => { let app; + let fixture; before(async () => { - const fixture = await loadFixture({ + fixture = await loadFixture({ // inconsequential config that differs between tests // to bust cache and prevent modules and their state // from being reused