Remove leftover console.log() in integration tests (#2768)

This commit is contained in:
Nathan Rajlich
2019-08-14 18:17:38 -07:00
committed by Andy Bitz
parent f3f6880632
commit d9f3367a77

View File

@@ -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);