Mention deleting
This commit is contained in:
parent
f460d81dd0
commit
3230927f10
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ describe('ipc module', function() {
|
|||
assert.equal(obj.test, 'test');
|
||||
});
|
||||
|
||||
it('can reassign its member functions', function() {
|
||||
it('can reassign and delete its member functions', function() {
|
||||
var remoteFunctions = remote.require(path.join(fixtures, 'module', 'function.js'));
|
||||
assert.equal(remoteFunctions.aFunction(), 1127);
|
||||
|
||||
|
|
Loading…
Reference in a new issue