diff --git a/client/src/index.js b/client/src/index.js index 9e2f3ab3..759ed8ce 100644 --- a/client/src/index.js +++ b/client/src/index.js @@ -16,7 +16,7 @@ import { EmoteModule } from 'builtin'; import electron from 'electron'; import path from 'path'; -const tests = typeof PRODUCTION !== 'undefined'; +const tests = typeof PRODUCTION === 'undefined'; const ignoreExternal = false; class BetterDiscord {