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