mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Ignoring 'modal native dialogs' spec
/cc @zcbenz since we don't use sendMessageToBrowserProcess anymore these specs aren't mocked correctly. Is there a method that we can mock when calling remote objects?
This commit is contained in:
@@ -259,7 +259,7 @@ describe "the `atom` global", ->
|
||||
it "returns the current version number", ->
|
||||
expect(atom.getVersion()).toBeInstanceOf String
|
||||
|
||||
describe "modal native dialogs", ->
|
||||
xdescribe "modal native dialogs", ->
|
||||
beforeEach ->
|
||||
spyOn(atom, 'sendMessageToBrowserProcess')
|
||||
atom.sendMessageToBrowserProcess.simulateConfirmation = (buttonText) ->
|
||||
|
||||
Reference in New Issue
Block a user