diff options
author | 2024-09-19 13:46:13 +0100 | |
---|---|---|
committer | 2024-09-19 13:46:13 +0100 | |
commit | 83cc37d6fda27baeeb68745258699402dbf3154b (patch) | |
tree | 92b533f94f3d71259a2163105760d4e50aa775a1 /packages/integrations/mdx/test/css-head-mdx.test.js | |
parent | b0827022afa52a13d49c37c6c549212aecd32cc5 (diff) | |
download | astro-83cc37d6fda27baeeb68745258699402dbf3154b.tar.gz astro-83cc37d6fda27baeeb68745258699402dbf3154b.tar.zst astro-83cc37d6fda27baeeb68745258699402dbf3154b.zip |
chore: remove outdate config from test
Diffstat (limited to 'packages/integrations/mdx/test/css-head-mdx.test.js')
-rw-r--r-- | packages/integrations/mdx/test/css-head-mdx.test.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/integrations/mdx/test/css-head-mdx.test.js b/packages/integrations/mdx/test/css-head-mdx.test.js index 5565cde60..96ee7c900 100644 --- a/packages/integrations/mdx/test/css-head-mdx.test.js +++ b/packages/integrations/mdx/test/css-head-mdx.test.js @@ -15,7 +15,6 @@ describe('Head injection w/ MDX', () => { integrations: [mdx()], // test suite was authored when inlineStylesheets defaulted to never build: { inlineStylesheets: 'never' }, - experimental: { contentLayer: true }, }); }); |