From 021e282b1c04feeafb4603ff3236a10a93a48ba3 Mon Sep 17 00:00:00 2001 From: Jiiks Date: Sun, 17 Feb 2019 12:26:07 +0200 Subject: [PATCH] add tests flag back --- 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 21de7b9d..7469b072 100644 --- a/core/src/main.js +++ b/core/src/main.js @@ -8,7 +8,7 @@ * LICENSE file in the root directory of this source tree. */ -const tests = false; +const tests = typeof PRODUCTION === 'undefined'; import path from 'path'; import sass from 'node-sass';