spec: disablewebsecurity should not break preload and node integration
This commit is contained in:
parent
7ec467e337
commit
ce0d3d93ab
2 changed files with 25 additions and 1 deletions
|
@ -29,7 +29,7 @@ describe('ipc module', function () {
|
|||
assert.equal(a.id, 1127)
|
||||
})
|
||||
|
||||
it.only('should work when object has no prototype', function () {
|
||||
it('should work when object has no prototype', function () {
|
||||
var a = remote.require(path.join(fixtures, 'module', 'no-prototype.js'))
|
||||
assert.equal(a.foo.bar, 'baz')
|
||||
assert.equal(a.foo.baz, false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue