aboutsummaryrefslogtreecommitdiffstats
path: root/config/electronJestGlobalSetup.cjs
blob: c57df688c479c528568199905bb200d40acdcf2d (plain) (blame)
1
2
3
const { app } = require('electron');

module.exports = () => app.whenReady();