Remove catch

This commit is contained in:
Ben Ogle 2015-05-12 09:57:50 -07:00
parent 326255e6ef
commit ef224e39db

View File

@ -839,8 +839,6 @@ describe "PackageManager", ->
fs.mkdirSync(autocompleteCSSPath)
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