We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7817e8 + 8099b32 commit cfd6dc5Copy full SHA for cfd6dc5
code/jest.init.base.ts
@@ -28,6 +28,7 @@ Object.defineProperty(global, 'localStorage', { value: localStorageMock, writabl
28
const ignoreList = [
29
(error: any) => error.message.includes('":nth-child" is potentially unsafe'),
30
(error: any) => error.message.includes('":first-child" is potentially unsafe'),
31
+ (error: any) => error.message.match(/Browserslist: .* is outdated. Please run:/),
32
(error: any) => error.message.includes('Failed prop type') && error.stack.includes('storyshots'),
33
(error: any) =>
34
error.message.includes('react-async-component-lifecycle-hooks') &&
0 commit comments