This repository was archived by the owner on Jul 19, 2021. It is now read-only.

Description
This repo is currently on low maintenance. See README for details
Problem
I want to disable the calls to clearConsole();
Replication steps
export NODE_ENV=test && slate-tools watch
More Information
According to
|
if (process.env.NODE_ENV !== 'test') { |
I can turn off the clearing of the console if i set NODE_ENV to "test" but it keeps clearing the console.
I need to disable this behavior because there are some bugs on the terminal that I need to see.