Support remote function properties
This commit is contained in:
parent
9e4665fbc4
commit
d333cc5e38
4 changed files with 19 additions and 0 deletions
|
@ -61,6 +61,7 @@ describe('ipc module', function () {
|
|||
assert.equal(typeof a, 'object')
|
||||
assert.equal(typeof a.foo, 'function')
|
||||
assert.equal(a.foo.bar, 'baz')
|
||||
assert.equal(a.foo.nested.prop, 'yes')
|
||||
})
|
||||
|
||||
it('should work with static class members', function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue