Skip to content

Commit

Permalink
fix e2e test for nextjs/prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed May 8, 2024
1 parent 6012858 commit f6b4fbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/e2e-tests/addon-docs.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ test.describe('addon-docs', () => {
} else if (templateName.includes('react16')) {
expectedReactVersionRange = /^16/;
} else if (
templateName.includes('nextjs/prerelease') ||
templateName.includes('react-vite/prerelease') ||
templateName.includes('react-webpack/prerelease')
) {
Expand Down

0 comments on commit f6b4fbd

Please sign in to comment.