diff options
Diffstat (limited to 'packages/astro/test/units/dev/collections-mixed-content-errors.test.js')
-rw-r--r-- | packages/astro/test/units/dev/collections-mixed-content-errors.test.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/astro/test/units/dev/collections-mixed-content-errors.test.js b/packages/astro/test/units/dev/collections-mixed-content-errors.test.js index 9da0c776f..da72f4a76 100644 --- a/packages/astro/test/units/dev/collections-mixed-content-errors.test.js +++ b/packages/astro/test/units/dev/collections-mixed-content-errors.test.js @@ -16,6 +16,7 @@ async function sync(root) { } const baseFileTree = { + '/astro.config.mjs': `export default { legacy: { collections: true }}`, '/src/content/authors/placeholder.json': `{ "name": "Placeholder" }`, '/src/content/blog/placeholder.md': `\ --- |