Skip to content

Commit

Permalink
test(snapshot): update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Dec 7, 2022
1 parent 583f1ce commit 0163bed
Showing 1 changed file with 24 additions and 12 deletions.
Expand Up @@ -142,9 +142,12 @@ exports[`ReactRefreshLogBox syntax > runtime error 2`] = `
"./index.js
Error:
x Expected '}', got '<eof>'
,----
8 | export default function FunctionNamed() {
: ^
,-[5:1]
5 | i++
6 | throw Error('no ' + i)
7 | }, 1000)
8 | export default function FunctionNamed() {
: ^
\`----
Caused by:
Expand All @@ -157,9 +160,12 @@ exports[`ReactRefreshLogBox syntax > runtime error 3`] = `
"./index.js
Error:
x Expected '}', got '<eof>'
,----
8 | export default function FunctionNamed() {
: ^
,-[5:1]
5 | i++
6 | throw Error('no ' + i)
7 | }, 1000)
8 | export default function FunctionNamed() {
: ^
\`----
Caused by:
Expand All @@ -172,15 +178,21 @@ exports[`ReactRefreshLogBox unterminated JSX 1`] = `
"./index.js
Error:
x Unexpected token. Did you mean \`{'}'}\` or \`&rbrace;\`?
,----
8 | }
: ^
,-[5:1]
5 | <p>lol</p>
6 | div
7 | )
8 | }
: ^
9 |
\`----
x Unexpected eof
,----
9 |
: ^
,-[6:1]
6 | div
7 | )
8 | }
9 |
\`----
Caused by:
Expand Down

0 comments on commit 0163bed

Please sign in to comment.