File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -113,9 +113,11 @@ hideConsoleMessages({
113113 // Related issue:
114114 // https://github.com/facebook/react/issues/29233
115115 / S u p p o r t f o r d e f a u l t P r o p s w i l l b e r e m o v e d .* U s e J a v a S c r i p t d e f a u l t p a r a m e t e r s i n s t e a d .* h d s - r e a c t / s,
116+ // CSS stylesheets are not ever parsed by JSDOM, so the message is useless.
116117 / C o u l d n o t p a r s e C S S s t y l e s h e e t / ,
117118 ] ,
118119 warn : [
120+ // Apollo deprecation message is spammed in tests, just for future info. It's not useful in unit tests.
119121 / ` c a n o n i z e R e s u l t s ` i s d e p r e c a t e d a n d w i l l b e r e m o v e d i n A p o l l o C l i e n t 4 .0 . P l e a s e r e m o v e t h i s o p t i o n ./ ,
120122 ] ,
121123} ) ;
Original file line number Diff line number Diff line change @@ -113,9 +113,11 @@ hideConsoleMessages({
113113 // Related issue:
114114 // https://github.com/facebook/react/issues/29233
115115 / S u p p o r t f o r d e f a u l t P r o p s w i l l b e r e m o v e d .* U s e J a v a S c r i p t d e f a u l t p a r a m e t e r s i n s t e a d .* h d s - r e a c t / s,
116+ // CSS stylesheets are not ever parsed by JSDOM, so the message is useless.
116117 / C o u l d n o t p a r s e C S S s t y l e s h e e t / ,
117118 ] ,
118119 warn : [
120+ // Apollo deprecation message is spammed in tests, just for future info. It's not useful in unit tests.
119121 / ` c a n o n i z e R e s u l t s ` i s d e p r e c a t e d a n d w i l l b e r e m o v e d i n A p o l l o C l i e n t 4 .0 . P l e a s e r e m o v e t h i s o p t i o n ./ ,
120122 ] ,
121123} ) ;
Original file line number Diff line number Diff line change @@ -112,9 +112,11 @@ hideConsoleMessages({
112112 // Related issue:
113113 // https://github.com/facebook/react/issues/29233
114114 / S u p p o r t f o r d e f a u l t P r o p s w i l l b e r e m o v e d .* U s e J a v a S c r i p t d e f a u l t p a r a m e t e r s i n s t e a d .* h d s - r e a c t / s,
115+ // CSS stylesheets are not ever parsed by JSDOM, so the message is useless.
115116 / C o u l d n o t p a r s e C S S s t y l e s h e e t / ,
116117 ] ,
117118 warn : [
119+ // Apollo deprecation message is spammed in tests, just for future info. It's not useful in unit tests.
118120 / ` c a n o n i z e R e s u l t s ` i s d e p r e c a t e d a n d w i l l b e r e m o v e d i n A p o l l o C l i e n t 4 .0 . P l e a s e r e m o v e t h i s o p t i o n ./ ,
119121 ] ,
120122} ) ;
Original file line number Diff line number Diff line change @@ -114,9 +114,11 @@ hideConsoleMessages({
114114 // Related issue:
115115 // https://github.com/facebook/react/issues/29233
116116 / S u p p o r t f o r d e f a u l t P r o p s w i l l b e r e m o v e d .* U s e J a v a S c r i p t d e f a u l t p a r a m e t e r s i n s t e a d .* h d s - r e a c t / s,
117+ // CSS stylesheets are not ever parsed by JSDOM, so the message is useless.
117118 / C o u l d n o t p a r s e C S S s t y l e s h e e t / ,
118119 ] ,
119120 warn : [
121+ // Apollo deprecation message is spammed in tests, just for future info. It's not useful in unit tests.
120122 / ` c a n o n i z e R e s u l t s ` i s d e p r e c a t e d a n d w i l l b e r e m o v e d i n A p o l l o C l i e n t 4 .0 . P l e a s e r e m o v e t h i s o p t i o n ./ ,
121123 ] ,
122124} ) ;
You can’t perform that action at this time.
0 commit comments