Skip to content

Commit

Permalink
fix: CI due to external library error
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatkashyap committed Jan 4, 2025
1 parent a8b74d4 commit 6336417
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 25 deletions.
126 changes: 101 additions & 25 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions test/integration/codeComponents/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ test.use({
localAppConfig: {
cmd: 'dev',
},
ignoreConsoleErrors: [
// React setState warning inside "Recharts"
[/Cannot update a component \(`.*`\) while rendering a different component \(`.*`\)/],
{
scope: 'test',
},
],
});

test('custom components can use external libraries', async ({ page }) => {
Expand Down

0 comments on commit 6336417

Please sign in to comment.