From 3143991239500c0d31baab5729667246a3c2416d Mon Sep 17 00:00:00 2001 From: Jiiks Date: Tue, 5 Mar 2019 21:31:40 +0200 Subject: [PATCH] Nevet test editor in production --- core/src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main.js b/core/src/main.js index 8a5fa74d..ee43a82b 100644 --- a/core/src/main.js +++ b/core/src/main.js @@ -38,7 +38,7 @@ const TEST_ARGS = () => { } } } -const TEST_EDITOR = true; +const TEST_EDITOR = TESTS && true; import path from 'path'; import sass from 'node-sass';