mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-09 21:07:46 +00:00
Remove leftover console.log() in integration tests (#2768)
This commit is contained in:
committed by
Andy Bitz
parent
f3f6880632
commit
d9f3367a77
@@ -1531,8 +1531,6 @@ test('print correct link in legacy warning', async t => {
|
||||
const deploymentPath = fixture('v1-warning-link');
|
||||
const { code, stderr } = await execute([deploymentPath]);
|
||||
|
||||
console.log(stderr);
|
||||
|
||||
// It is expected to fail,
|
||||
// since the package.json does not have a start script
|
||||
t.is(code, 1);
|
||||
|
||||
Reference in New Issue
Block a user