@@ -39,7 +39,7 @@ describe('reactProdInvariant', () => {
3939 reactProdInvariant ( 124 , 'foo' , 'bar' ) ;
4040 } ) . toThrowError (
4141 'Minified React error #124; visit ' +
42- 'http://facebook.github.io/react /docs/error-decoder.html?invariant=124&args[]=foo&args[]=bar' +
42+ 'http://reactjs.org /docs/error-decoder.html?invariant=124&args[]=foo&args[]=bar' +
4343 ' for the full message or use the non-minified dev environment' +
4444 ' for full errors and additional helpful warnings.' ,
4545 ) ;
@@ -48,7 +48,7 @@ describe('reactProdInvariant', () => {
4848 reactProdInvariant ( 20 ) ;
4949 } ) . toThrowError (
5050 'Minified React error #20; visit ' +
51- 'http://facebook.github.io/react /docs/error-decoder.html?invariant=20' +
51+ 'http://reactjs.org /docs/error-decoder.html?invariant=20' +
5252 ' for the full message or use the non-minified dev environment' +
5353 ' for full errors and additional helpful warnings.' ,
5454 ) ;
@@ -57,7 +57,7 @@ describe('reactProdInvariant', () => {
5757 reactProdInvariant ( 77 , '<div>' , '&?bar' ) ;
5858 } ) . toThrowError (
5959 'Minified React error #77; visit ' +
60- 'http://facebook.github.io/react /docs/error-decoder.html?invariant=77&args[]=%3Cdiv%3E&args[]=%26%3Fbar' +
60+ 'http://reactjs.org /docs/error-decoder.html?invariant=77&args[]=%3Cdiv%3E&args[]=%26%3Fbar' +
6161 ' for the full message or use the non-minified dev environment' +
6262 ' for full errors and additional helpful warnings.' ,
6363 ) ;
0 commit comments