Add spec for constructor-less param
This commit is contained in:
parent
b444b35215
commit
a1209b69b3
2 changed files with 8 additions and 1 deletions
|
@ -34,6 +34,7 @@ describe('ipc module', function () {
|
|||
assert.equal(a.foo.bar, 'baz')
|
||||
assert.equal(a.foo.baz, false)
|
||||
assert.equal(a.bar, 1234)
|
||||
assert.equal(a.baz(Object.create(null)), 'hello')
|
||||
})
|
||||
|
||||
it('should search module from the user app', function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue