Skip to content

Commit 45d3e93

Browse files
committed
Use object shorthand
1 parent 0b2639b commit 45d3e93

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)