Skip to content

Commit

Permalink
Merge pull request #264 from standard/object-shorthand
Browse files Browse the repository at this point in the history
Use object shorthand
  • Loading branch information
LinusU committed Apr 26, 2020
2 parents 0b2639b + 45d3e93 commit b3af49f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/clone.js
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 b3af49f

Please sign in to comment.