Skip to content

Commit

Permalink
tests: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetherinox committed Jul 24, 2024
1 parent 4ef95f0 commit 80637e7
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions tests/main.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,33 +45,3 @@ test( 'launch ntfy-desktop', async () =>
await app.close()
} )

/*
Test > full loadup and screenshot
*/

test( 'full load', async () =>
{

/*
Initialize
*/

const app = await electron.launch( {
args: [
'index.js',
'--quit'
],
env: {
...process.env,
NODE_ENV: 'development'
}
} )

const timestamp = Date.now().toString()

const window = await app.firstWindow()
console.log( await window.title() )
window.on( 'console', console.log )

await app.close()
} )

0 comments on commit 80637e7

Please sign in to comment.