Tests should be true other than for building a release

This commit is contained in:
Jiiks 2018-03-20 07:49:19 -03:00
parent ee87cbc25c
commit f3fa3c2ae2
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ const sass = require('node-sass');
const { FileUtils, BDIpc, Config, WindowUtils, CSSEditor, Database } = require('./modules');
const { BrowserWindow, dialog } = require('electron');
const tests = false;
const tests = true;
const _basePath = __dirname;
const _clientScript = tests
? path.resolve(__dirname, '..', '..', 'client', 'dist', 'betterdiscord.client.js')