Fix CI error in compatibility tests (#377)

This commit is contained in:
Aria 2023-01-12 14:43:44 +02:00 committed by GitHub
parent fa72c5ba5d
commit 80e79499df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 19 deletions

View file

@ -1,17 +0,0 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`next / production \`$ next build\` should succeed and have a predictable output 1`] = `
"
> build
> next build
info - Linting and checking validity of types...
info - Creating an optimized production build...
info - Compiled successfully
info - Collecting page data...
info - Generating static pages (0/3)
info - Generating static pages (3/3)
info - Finalizing page optimization...
"
`;