Skip to content

Commit 9e3dad6

Browse files
committed
update assertions
1 parent 207a9e7 commit 9e3dad6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/development/acceptance-app/error-recovery.test.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ describe('Error recovery app', () => {
160160
,-[2:1]
161161
1 | export default function Page() {
162162
2 | return <p>Hello world</p>
163-
: ^
164163
\`----
165164
Caused by:
166165
Syntax Error
@@ -224,7 +223,6 @@ describe('Error recovery app', () => {
224223
,-[2:1]
225224
1 | export default function Page() {
226225
2 | return <p>Hello world</p>
227-
: ^
228226
\`----
229227
Caused by:
230228
Syntax Error
@@ -640,7 +638,6 @@ describe('Error recovery app', () => {
640638
Error: x Expected '}', got '<eof>'
641639
,-[10:1]
642640
10 | export default function FunctionNamed() {
643-
: ^
644641
\`----
645642
Caused by:
646643
Syntax Error
@@ -677,7 +674,6 @@ describe('Error recovery app', () => {
677674
Error: x Expected '}', got '<eof>'
678675
,-[10:1]
679676
10 | export default function FunctionNamed() {
680-
: ^
681677
\`----
682678
Caused by:
683679
Syntax Error
@@ -1033,7 +1029,6 @@ describe('Error recovery app', () => {
10331029
Error: x Expected '}', got '<eof>'
10341030
,----
10351031
1 | {{{
1036-
: ^
10371032
\`----
10381033
Caused by:
10391034
Syntax Error",

0 commit comments

Comments
 (0)