18 lines
449 B
Text
18 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...
|
||
|
|
||
|
"
|
||
|
`;
|