From 540cbb80d1b09889ed625aa88856a0cf05df9f8d Mon Sep 17 00:00:00 2001 From: Gar Date: Mon, 8 Mar 2021 16:22:54 -0800 Subject: [PATCH] chore(config): remove flatOptions references Iterative change moving us towards a more unified config. No longer pulling config from flatOptions where we don't have to. PR-URL: https://github.com/npm/cli/pull/2892 Credit: @wraithgar Close: #2892 Reviewed-by: @ruyadorno --- test/lib/outdated.js | 1 + 1 file changed, 1 insertion(+) 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() })