node-integration -> nodeIntegration

This commit is contained in:
Kevin Sawicki 2016-03-16 10:47:55 -07:00
parent 15397bf879
commit 2acfb8ad82

View file

@ -155,7 +155,7 @@ describe('chromium feature', function() {
b.close(); b.close();
}); });
it('accepts "node-integration" as feature', function(done) { it('accepts "nodeIntegration" as feature', function(done) {
var b; var b;
listener = function(event) { listener = function(event) {
assert.equal(event.data, 'undefined'); assert.equal(event.data, 'undefined');