mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-13 08:44:12 +03: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:
parent
7f083acdc4
commit
2746d72731
@ -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) ->
|
||||
|
Loading…
Reference in New Issue
Block a user