💄
This commit is contained in:
parent
341f1be07f
commit
5189caa610
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@ describe 'ipc', ->
|
||||||
property2 = remote.require path.join(fixtures, 'module', 'property.js')
|
property2 = remote.require path.join(fixtures, 'module', 'property.js')
|
||||||
assert.equal property2.property, 1007
|
assert.equal property2.property, 1007
|
||||||
|
|
||||||
|
# Restore.
|
||||||
|
property.property = 1127
|
||||||
|
|
||||||
describe 'ipc.send', ->
|
describe 'ipc.send', ->
|
||||||
it 'should work when sending an object containing id property', (done) ->
|
it 'should work when sending an object containing id property', (done) ->
|
||||||
obj = id: 1, name: 'ly'
|
obj = id: 1, name: 'ly'
|
||||||
|
|
Loading…
Add table
Reference in a new issue