Skip to content

Commit

Permalink
Use object shorthand
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusU committed Apr 25, 2020
1 parent 0b2639b commit 45d3e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/clone.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ test('lint repos', function (t) {
series(Object.keys(MODULES).map(function (name) {
return function (cb) {
var cwd = path.join(TMP, name)
spawn('node', [SEMISTANDARD], { cwd: cwd }, function (err) {
spawn('node', [SEMISTANDARD], { cwd }, function (err) {
t.error(err, name)
cb(null)
})
Expand Down

0 comments on commit 45d3e93

Please sign in to comment.