Add specs for companyName/submitURL being required

This commit is contained in:
Kevin Sawicki 2015-12-15 16:44:38 -08:00
parent 80e9631220
commit aedfd3bf0e
3 changed files with 12 additions and 3 deletions

View file

@ -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');