Skip to content

Commit 1e0297d

Browse files
Update packages/core/e2e/local-build.test.ts
Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
1 parent c894384 commit 1e0297d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/core/e2e/local-build.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ describe.each(['nextjs-webpack', 'nextjs-turbopack', 'nitro', 'sveltekit'])(
1818
cwd: getWorkbenchAppPath(project),
1919
});
2020

21-
console.error(result.stderr.toString(), result.stdout.toString());
22-
2321
expect(result.stderr).not.toContain('Error:');
2422
});
2523
}

0 commit comments

Comments
 (0)