Skip to content

Commit b3af49f

Browse files
authored
Merge pull request #264 from standard/object-shorthand
Use object shorthand
2 parents 0b2639b + 45d3e93 commit b3af49f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/clone.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ test('lint repos', function (t) {
5353
series(Object.keys(MODULES).map(function (name) {
5454
return function (cb) {
5555
var cwd = path.join(TMP, name)
56-
spawn('node', [SEMISTANDARD], { cwd: cwd }, function (err) {
56+
spawn('node', [SEMISTANDARD], { cwd }, function (err) {
5757
t.error(err, name)
5858
cb(null)
5959
})

0 commit comments

Comments
 (0)