mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Unfocus spec
This commit is contained in:
@@ -264,7 +264,7 @@ describe "PackageManager", ->
|
||||
runs -> expect(activatedPackage.name).toBe 'package-with-main'
|
||||
|
||||
describe "when the package throws an error while loading", ->
|
||||
fit "adds a notification instead of throwing an exception", ->
|
||||
it "adds a notification instead of throwing an exception", ->
|
||||
atom.config.set("core.disabledPackages", [])
|
||||
addErrorHandler = jasmine.createSpy()
|
||||
atom.notifications.onDidAddNotification(addErrorHandler)
|
||||
|
||||
Reference in New Issue
Block a user