Skip to content

Commit

Permalink
chore: lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Oct 29, 2023
1 parent 7de1f5f commit 4e0ed99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-install.js
Expand Up @@ -80,7 +80,7 @@ describe('install', function () {
const expectedDir = path.join(prog.devDir, process.version.replace(/^v/, ''))
await rm(expectedDir, { recursive: true, force: true })
await Promise.all(new Array(10).fill(0).map(async (_, i) => {
await install(prog,[])
await install(prog, [])
console.log(`${' '.repeat(8)}${name} ${(i + 1).toString().padEnd(2, ' ')} (${Date.now() - start}ms)`)
}))
})
Expand Down

0 comments on commit 4e0ed99

Please sign in to comment.