Pull app/session from remote

This commit is contained in:
Kevin Sawicki 2016-04-01 16:59:13 -07:00
parent 3695e38719
commit 527ff66115

View file

@ -2,7 +2,7 @@ const assert = require('assert')
const path = require('path') const path = require('path')
const http = require('http') const http = require('http')
const url = require('url') const url = require('url')
const {app, session} = require('electron') const {app, session} = require('electron').remote
describe('<webview> tag', function () { describe('<webview> tag', function () {
this.timeout(10000) this.timeout(10000)