add tests flag back
This commit is contained in:
parent
6699fcc1e7
commit
021e282b1c
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue