spec: disablewebsecurity should not break preload and node integration

This commit is contained in:
Cheng Zhao 2016-05-30 15:20:53 +09:00
parent 7ec467e337
commit ce0d3d93ab
2 changed files with 25 additions and 1 deletions

View file

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