Fix `with-jest` and `with-jest-babel` example test snapshot failure (#46885)
fixes #46838
This PR fixes the snapshot test failure of examples `with-jest` and `with-jest-babel`.
I have tested by running tests in the files generated by these 2 commands:
```
$ npx create-next-app@latest --example https://github.com/rayrw/next.js/tree/fix-with-jest-example-test-failure/examples/with-jest fix-snapshots-failure
$ npx create-next-app@latest --example https://github.com/rayrw/next.js/tree/fix-with-jest-example-test-failure/examples/with-jest-babel fix-snapshots-failure
```