node-integration -> nodeIntegration

This commit is contained in:
Kevin Sawicki 2016-03-16 10:47:55 -07:00
Родитель 15397bf879
Коммит 2acfb8ad82
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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