Support remote function properties

This commit is contained in:
Kevin Sawicki 2016-08-16 10:37:51 -07:00
parent 9e4665fbc4
commit d333cc5e38
4 changed files with 19 additions and 0 deletions

View file

@ -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 () {