From b14a2bc53d4d591e15a9dc04fd4ceecfa960f6ab Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Tue, 7 Nov 2023 09:57:08 -0600 Subject: [PATCH] test: fix missing reference --- ...rimental-content-collections-css-inline-stylesheets.test.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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