mirror of
https://github.com/danbulant/jose
synced 2026-05-24 20:41:46 +00:00
3 lines
128 B
JavaScript
3 lines
128 B
JavaScript
const { app } = require('electron')
|
|
const exit = () => app.exit(process.exitCode)
|
|
require('ava/lib/cli').run().then(exit, exit)
|