File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ exports[`fails for multiple unknown options 1`] = `
77<red > <bold >[\\"jest\\", \\"test\\"]</></>
88<red ></>
99<red > <bold >CLI Options Documentation</>:</>
10- <red > http ://facebook.github.io/jest/docs/cli.html</>
10+ <red > https ://facebook.github.io/jest/docs/en /cli.html</>
1111<red ></>"
1212`;
1313
@@ -17,6 +17,6 @@ exports[`fails for unknown option 1`] = `
1717<red > Unrecognized option <bold >\\"unknown\\"</>.</>
1818<red ></>
1919<red > <bold >CLI Options Documentation</>:</>
20- <red > http ://facebook.github.io/jest/docs/cli.html</>
20+ <red > https ://facebook.github.io/jest/docs/en /cli.html</>
2121<red ></>"
2222`;
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ const createCLIValidationError = (
2222 let message ;
2323 const comment =
2424 ` ${ chalk . bold ( 'CLI Options Documentation' ) } :\n` +
25- ` http ://facebook.github.io/jest/docs/cli.html\n` ;
25+ ` https ://facebook.github.io/jest/docs/en /cli.html\n` ;
2626
2727 if ( unrecognizedOptions . length === 1 ) {
2828 const unrecognized = unrecognizedOptions [ 0 ] ;
You can’t perform that action at this time.
0 commit comments