Skip to content

Commit

Permalink
Update jest snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jul 7, 2024
1 parent 65d1543 commit 2847019
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,15 @@ describe.each(['default', 'turbo'])(
expect(source).toMatchInlineSnapshot(`
"./pages/_app.js
Error: x Expression expected
,-[TEST_DIR/pages/_app.js:2:1]
,-[2:1]
1 | function MyApp({ Component, pageProps }) {
2 | return <<Component {...pageProps} />;
: ^
3 | }
4 | export default MyApp
\`----
x Expression expected
,-[TEST_DIR/pages/_app.js:2:1]
,-[2:1]
1 | function MyApp({ Component, pageProps }) {
2 | return <<Component {...pageProps} />;
: ^^^^^^^^^
Expand Down Expand Up @@ -199,7 +199,7 @@ describe.each(['default', 'turbo'])(
expect(source).toMatchInlineSnapshot(`
"./pages/_document.js
Error: x Unexpected token \`{\`. Expected identifier, string literal, numeric literal or [ for the computed key
,-[TEST_DIR/pages/_document.js:3:1]
,-[3:1]
1 | import Document, { Html, Head, Main, NextScript } from 'next/document'
2 |
3 | class MyDocument extends Document {{
Expand Down

0 comments on commit 2847019

Please sign in to comment.