mirror of
https://github.com/atom/atom.git
synced 2026-01-25 06:48:28 -05:00
@@ -47,7 +47,6 @@ module.exports = (grunt) ->
|
||||
|
||||
modulesDirectory = path.resolve('node_modules')
|
||||
for packageDirectory in fs.readdirSync(modulesDirectory)
|
||||
return callback(null, [])
|
||||
packagePath = path.join(modulesDirectory, packageDirectory)
|
||||
continue unless grunt.file.isDir(path.join(packagePath, 'spec'))
|
||||
continue unless isAtomPackage(packagePath)
|
||||
|
||||
Reference in New Issue
Block a user