summaryrefslogtreecommitdiff
path: root/packages/astro/test/css-order-layout.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/astro/test/css-order-layout.test.js')
-rw-r--r--packages/astro/test/css-order-layout.test.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/astro/test/css-order-layout.test.js b/packages/astro/test/css-order-layout.test.js
index 948f7975b..991246faf 100644
--- a/packages/astro/test/css-order-layout.test.js
+++ b/packages/astro/test/css-order-layout.test.js
@@ -8,6 +8,8 @@ describe('CSS ordering - import order with layouts', () => {
before(async () => {
fixture = await loadFixture({
root: './fixtures/css-order-layout/',
+ // test suite was authored when inlineStylesheets defaulted to never
+ build: { inlineStylesheets: 'never' },
});
});