Skip to content

Commit

Permalink
fix snapshot and bump concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Apr 12, 2023
1 parent d84982d commit 005f5ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_deploy_new.yml
Expand Up @@ -11,7 +11,7 @@ env:
PNPM_VERSION: 7.24.3
NODE_MAINTENANCE_VERSION: 16
NODE_LTS_VERSION: 18
TEST_CONCURRENCY: 6
TEST_CONCURRENCY: 8
# TODO: remove after testing
NEXT_TEST_CONTINUE_ON_ERROR: 'true'

Expand Down
4 changes: 2 additions & 2 deletions test/development/basic/__snapshots__/hmr.test.ts.snap
Expand Up @@ -4,7 +4,7 @@ exports[`basic HMR, basePath: "" Error Recovery should recover after loader pars
"./components/parse-error.js
Error:
x Expression expected
,-[1:1]
,-[./components/parse-error.js:1:1]
1 | This
2 | is
3 | }}}
Expand All @@ -18,7 +18,7 @@ exports[`basic HMR, basePath: "/docs" Error Recovery should recover after loader
"./components/parse-error.js
Error:
x Expression expected
,-[1:1]
,-[./components/parse-error.js:1:1]
1 | This
2 | is
3 | }}}
Expand Down
2 changes: 1 addition & 1 deletion test/development/basic/hmr.test.ts
Expand Up @@ -826,7 +826,7 @@ describe.each([[''], ['/docs']])(
redboxSource.indexOf('`----')
)

expect(redboxSource).toMatchSnapshot()
expect(next.normalizeTestDirContent(redboxSource)).toMatchSnapshot()

await next.patchFile(aboutPage, aboutContent)

Expand Down

0 comments on commit 005f5ac

Please sign in to comment.