We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b2639b + 45d3e93 commit b3af49fCopy full SHA for b3af49f
1 file changed
test/clone.js
@@ -53,7 +53,7 @@ test('lint repos', function (t) {
53
series(Object.keys(MODULES).map(function (name) {
54
return function (cb) {
55
var cwd = path.join(TMP, name)
56
- spawn('node', [SEMISTANDARD], { cwd: cwd }, function (err) {
+ spawn('node', [SEMISTANDARD], { cwd }, function (err) {
57
t.error(err, name)
58
cb(null)
59
})
0 commit comments