mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-11 04:22:13 +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 deploymentPath = fixture('v1-warning-link');
|
||||||
const { code, stderr } = await execute([deploymentPath]);
|
const { code, stderr } = await execute([deploymentPath]);
|
||||||
|
|
||||||
console.log(stderr);
|
|
||||||
|
|
||||||
// It is expected to fail,
|
// It is expected to fail,
|
||||||
// since the package.json does not have a start script
|
// since the package.json does not have a start script
|
||||||
t.is(code, 1);
|
t.is(code, 1);
|
||||||
|
|||||||
Reference in New Issue
Block a user