Add specs for companyName/submitURL being required
This commit is contained in:
parent
80e9631220
commit
aedfd3bf0e
3 changed files with 12 additions and 3 deletions
|
@ -4,6 +4,9 @@ const ipcMain = electron.ipcMain;
|
|||
const dialog = electron.dialog;
|
||||
const BrowserWindow = electron.BrowserWindow;
|
||||
|
||||
// Disable use of deprecated functions.
|
||||
process.throwDeprecation = true;
|
||||
|
||||
const path = require('path');
|
||||
const url = require('url');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue