Skip to content

Commit

Permalink
💄
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed Aug 14, 2013
1 parent 341f1be commit 5189caa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/api/ipc.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ describe 'ipc', ->
property2 = remote.require path.join(fixtures, 'module', 'property.js')
assert.equal property2.property, 1007

# Restore.
property.property = 1127

describe 'ipc.send', ->
it 'should work when sending an object containing id property', (done) ->
obj = id: 1, name: 'ly'
Expand Down

0 comments on commit 5189caa

Please sign in to comment.