theatre/compatibility-tests/fixtures/next/__snapshots__/production.compat-test.ts.snap

18 lines
449 B
Text
Raw Normal View History

// 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...
"
`;