Skip to content

Commit 540cbb8

Browse files
wraithgarisaacs
authored andcommitted
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: #2892 Credit: @wraithgar Close: #2892 Reviewed-by: @ruyadorno
1 parent 46e14bd commit 540cbb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/lib/outdated.js

+1
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ t.test('should display outdated deps', t => {
177177
outdated(null, {
178178
config: { global: true },
179179
}).exec([], () => {
180+
console.log(logs)
180181
t.matchSnapshot(logs)
181182
t.end()
182183
})

0 commit comments

Comments
 (0)