Skip to content

Commit

Permalink
Add
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Nov 6, 2024
1 parent 2ff77ac commit e86fb69
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/empty-houses-melt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'astro': minor
---

Updates to Vite 6.0.0-beta.6
3 changes: 2 additions & 1 deletion packages/astro/e2e/errors.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ test.describe('Error display', () => {
expect(fileLocation).toMatch(/^vue\/VueRuntimeError.vue/);
});

test('shows correct line when a style preprocess has an error', async ({ page, astro }) => {
// TODO: unskip when upgrading to Vite 6.0.0-beta.7 or above
test.skip('shows correct line when a style preprocess has an error', async ({ page, astro }) => {
await page.goto(astro.resolveUrl('/astro-sass-error'), { waitUntil: 'networkidle' });

const { fileLocation, absoluteFileLocation } = await getErrorOverlayContent(page);
Expand Down

0 comments on commit e86fb69

Please sign in to comment.