718beb4d7b
This will cause the build to fail, as this will catch an SSR issue, which will be fixed after merging #369
17 lines
449 B
Text
17 lines
449 B
Text
// 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...
|
|
|
|
"
|
|
`;
|