diff --git a/tests/index.js b/tests/index.js index 31eaf11c7..115672af9 100644 --- a/tests/index.js +++ b/tests/index.js @@ -7,7 +7,7 @@ describe('application launch', function () { beforeEach(function () { this.app = new Application({ path: require('electron'), - args: [__dirname + '/../app/main/index.js'] + args: [__dirname + '/../app/renderer/index.html'] }) return this.app.start() })