Changes based on review.

This commit is contained in:
Nitish Sakhawalkar 2017-03-02 10:58:39 -08:00
parent bcda67b8eb
commit e8c0813f46
4 changed files with 4 additions and 4 deletions

View file

@ -261,7 +261,7 @@ describe('BrowserWindow module', function () {
assert.equal(test, 'test')
done()
})
w.loadURL('data:text/html,<script src="loaded-from-dataurl.js"></script>', {baseURLForDataURL: 'file://' + path.join(fixtures, 'api') + path.sep})
w.loadURL('data:text/html,<script src="loaded-from-dataurl.js"></script>', {baseURLForDataURL: `file://${path.join(fixtures, 'api')}${path.sep}`})
})
it('sets the content type header on multi part forms', function (done) {