Skip to content

Commit

Permalink
chore(config): remove flatOptions references
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wraithgar authored and isaacs committed Mar 18, 2021
1 parent 46e14bd commit 540cbb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/lib/outdated.js
Expand Up @@ -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()
})
Expand Down

0 comments on commit 540cbb8

Please sign in to comment.