diff options
Diffstat (limited to 'packages/astro/test/css-order-layout.test.js')
-rw-r--r-- | packages/astro/test/css-order-layout.test.js | 2 |
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' }, }); }); |