Skip to content

Commit b40f3fd

Browse files
author
Luca Forstner
committed
.
1 parent 3a1006e commit b40f3fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev-packages/e2e-tests/test-applications/nextjs-app-dir/assert-build.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const buildStderr = fs.readFileSync('.tmp_build_stderr', 'utf-8');
1010

1111
// Assert that there was no funky build time warning when we are on a stable (pinned) version
1212
if (nextjsVersion !== 'latest' && !nextjsVersion.includes('-canary') && !nextjsVersion.includes('-rc')) {
13+
console.log(buildStderr);
1314
assert.doesNotMatch(buildStderr, /Import trace for requested module/); // This is Next.js/Webpack speech for "something is off"
1415
}
1516

0 commit comments

Comments
 (0)