Fix another lint error

This commit is contained in:
Ben Ogle 2015-05-11 16:54:14 -07:00
parent dd45a6f3ab
commit b0c9a93420

View File

@ -840,7 +840,7 @@ describe "PackageManager", ->
fs.writeFileSync(path.join(autocompleteCSSPath, 'package.json'), '{}')
fs.symlinkSync(path.join(fixturePath, 'package-with-main'), autocompletePlusPath, 'dir')
catch e
;
undefined
expect(fs.isDirectorySync(autocompleteCSSPath)).toBe true
expect(fs.isSymbolicLinkSync(autocompletePlusPath)).toBe true