Skip to content

Commit

Permalink
Tests should be true other than for building a release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiiks committed Mar 20, 2018
1 parent ee87cbc commit f3fa3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit f3fa3c2

Please sign in to comment.