| 1 | const { app, BrowserWindow, ipcMain, dialog, shell, clipboard, screen, Menu } = require('electron') |
| 2 | const path = require('path') |
| 3 | const fs = require('fs') |
| 4 | const chokidar = require('chokidar') |
nothing calls this directly
no test coverage detected