Skip to content

Commit

Permalink
Disable react check for nuxt
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpeulen committed Dec 13, 2024
1 parent 72c0fab commit f3b3e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/e2e-tests/addon-docs.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ test.describe('addon-docs', () => {

test('should resolve react to the correct version', async ({ page }) => {
test.skip(
templateName?.includes('nextjs'),
templateName?.includes('nextjs') || templateName?.includes('nuxt'),
'TODO: remove this once sandboxes are synced (SOON!!)'
);
// Arrange - Navigate to MDX docs
Expand Down

0 comments on commit f3b3e56

Please sign in to comment.