This commit is contained in:
Cheng Zhao 2013-08-14 21:19:26 +08:00
parent 341f1be07f
commit 5189caa610

View file

@ -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'