Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jul 7, 2024
1 parent 35b60e1 commit b758dd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/development/acceptance-app/ReactRefreshLogBox.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ describe.each(['default', 'turbo'])('ReactRefreshLogBox app %s', () => {
`)
} else {
expect(source).toEqual(outdent`
"./index.js
./index.js
Error: x Unexpected token. Did you mean \`{'}'}\` or \`}\`?
,-[7:1]
4 | <p>lol</p>
Expand All @@ -255,7 +255,7 @@ describe.each(['default', 'turbo'])('ReactRefreshLogBox app %s', () => {
Import trace for requested module:
./index.js
./app/page.js"
./app/page.js
`)
}

Expand Down

0 comments on commit b758dd2

Please sign in to comment.