diff --git a/test/development/acceptance/__snapshots__/ReactRefreshLogBox.test.ts.snap b/test/development/acceptance/__snapshots__/ReactRefreshLogBox.test.ts.snap index 2e00658c9624..7493fc0b501e 100644 --- a/test/development/acceptance/__snapshots__/ReactRefreshLogBox.test.ts.snap +++ b/test/development/acceptance/__snapshots__/ReactRefreshLogBox.test.ts.snap @@ -68,11 +68,12 @@ exports[`ReactRefreshLogBox logbox: can recover from a event handler error 1`] = exports[`ReactRefreshLogBox logbox: can recover from a syntax error without losing state 1`] = ` "./index.js -Error: error: Unexpected eof - - | -1 | export default () =>
runtime error 1`] = ` exports[`ReactRefreshLogBox syntax > runtime error 2`] = ` "./index.js -Error: error: Unexpected eof - - | -8 | export default function FunctionNamed() { - | ^ +Error: + x Unexpected eof + ,---- + 9 | export default function FunctionNamed() { + : ^ + \`---- Caused by: 0: failed to process input file @@ -141,11 +143,12 @@ Caused by: exports[`ReactRefreshLogBox syntax > runtime error 3`] = ` "./index.js -Error: error: Unexpected eof - - | -8 | export default function FunctionNamed() { - | ^ +Error: + x Unexpected eof + ,---- + 9 | export default function FunctionNamed() { + : ^ + \`---- Caused by: 0: failed to process input file @@ -154,11 +157,12 @@ Caused by: exports[`ReactRefreshLogBox unterminated JSX 1`] = ` "./index.js -Error: error: Unexpected eof - - | -9 | - | ^ +Error: + x Unexpected eof + ,---- + 10 | + : ^ + \`---- Caused by: 0: failed to process input file