0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-20 22:12:38 -05:00

chore: remove outdate config from test

This commit is contained in:
Matt Kane 2024-09-19 13:46:13 +01:00
parent b0827022af
commit 83cc37d6fd

View file

@ -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 },
});
});