Skip to content

Commit

Permalink
fix a few tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jan 12, 2025
1 parent af32484 commit 1a15887
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vitest-setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ const ignoreList = [
(error: any) => error.message.includes('":nth-child" is potentially unsafe'),
(error: any) => error.message.includes('":first-child" is potentially unsafe'),
(error: any) => error.message.match(/Browserslist: .* is outdated. Please run:/),
(error: any) => error.message.includes('Support for defaultProps will be removed'),
(error: any) =>
error.message.includes('`ReactDOMTestUtils.act` is deprecated in favor of `React.act`'),
(error: any) => error.message.includes('Consider adding an error boundary'),
(error: any) =>
error.message.includes('react-async-component-lifecycle-hooks') &&
Expand Down

0 comments on commit 1a15887

Please sign in to comment.