add tests flag back

This commit is contained in:
Jiiks 2019-02-17 12:26:07 +02:00
parent 6699fcc1e7
commit 021e282b1c
1 changed files with 1 additions and 1 deletions

View File

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