Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Paxa committed Nov 19, 2019
1 parent ab46ae9 commit b61a24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ global.App = {
// used for running binaries inside asar package
vendorPath: process.mainModule.filename.includes('app.asar') ?
path.join(process.mainModule.filename, `../../../vendor/${process.platform}`) :
path.join(process.mainModule.filename.replace('node_modules/electron-mocha/index.js', 'index.html'), `../vendor/${process.platform}`),
path.join(process.mainModule.filename.replace('node_modules/electron-mocha/lib/main.js', 'index.html'), `../vendor/${process.platform}`),

activeTab: null,
tabs: [], // {name, content, is_active}
Expand Down

0 comments on commit b61a24e

Please sign in to comment.