Skip to content

Commit

Permalink
fix snapshot after format
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Oct 30, 2024
1 parent 7a02638 commit 79f6962
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ describe('app-dir - invalid-element-type', () => {
`)
} else {
expect(stackFramesContent).toMatchInlineSnapshot(
`"at BrowserOnly (app/browser/page.js (11:6))"`
`"at BrowserOnly (app/browser/page.js (10:11))"`
)
expect(source).toMatchInlineSnapshot(`
"app/browser/browser-only.js (8:8) @ Foo
Expand Down

0 comments on commit 79f6962

Please sign in to comment.