diff options
Diffstat (limited to 'packages/astro/test/0-css.test.js')
-rw-r--r-- | packages/astro/test/0-css.test.js | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/packages/astro/test/0-css.test.js b/packages/astro/test/0-css.test.js index 67ae73012..6d86bf886 100644 --- a/packages/astro/test/0-css.test.js +++ b/packages/astro/test/0-css.test.js @@ -12,15 +12,7 @@ let fixture; describe('CSS', function () { before(async () => { - fixture = await loadFixture({ - projectRoot: './fixtures/0-css/', - renderers: ['@astrojs/renderer-react', '@astrojs/renderer-svelte', '@astrojs/renderer-vue'], - vite: { - build: { - assetsInlineLimit: 0, - }, - }, - }); + fixture = await loadFixture({ projectRoot: './fixtures/0-css/' }); }); // test HTML and CSS contents for accuracy |