Skip to content

Commit

Permalink
test: fix logs
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Oct 29, 2020
1 parent e5e0b37 commit 6fbe538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/clone.js
Expand Up @@ -49,7 +49,7 @@ pkgs = argv.quick

if (!argv.disabled) {
test('Disabled Packages', t => {
pkgs.forEach(pkg => {
disabledPkgs.forEach(pkg => {
console.log(`DISABLED: ${pkg.name}: ${pkg.disable} (${pkg.repo})`)
})
t.end()
Expand Down

0 comments on commit 6fbe538

Please sign in to comment.