Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(gatsby): Fix various small DEV_SSR bugs exposed in development_runtime tests #29720

Merged
merged 13 commits into from
Mar 1, 2021
Merged
Prev Previous commit
Next Next commit
Fix status in test
  • Loading branch information
KyleAMathews committed Feb 23, 2021
commit 83b63d0de47a0ceb15362c73081ea577adb6dd7f
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe(`Lazy images`, () => {

await kill()

expect(response.status).toBe(200)
expect(response.status).toBe(404)

const images = glob.sync(`${basePath}/public/**/*.png`)
expect(images.length).toBe(6)
Expand Down