Skip to content

Commit

Permalink
Update test refs
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Mar 17, 2022
1 parent bfbcf87 commit 5ac8251
Showing 1 changed file with 24 additions and 20 deletions.
Expand Up @@ -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 () => <div/
| ^
Error:
x Unexpected eof
,----
2 | export default () => <div/
: ^
\`----
Caused by:
0: failed to process input file
Expand Down Expand Up @@ -128,11 +129,12 @@ exports[`ReactRefreshLogBox syntax > 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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 5ac8251

Please sign in to comment.