diff --git a/test/lib/outdated.js b/test/lib/outdated.js index 5aff7c37ac11a..39379265f56fd 100644 --- a/test/lib/outdated.js +++ b/test/lib/outdated.js @@ -177,6 +177,7 @@ t.test('should display outdated deps', t => { outdated(null, { config: { global: true }, }).exec([], () => { + console.log(logs) t.matchSnapshot(logs) t.end() })