NMF-earth / nmf-app

Understand and reduce your carbon footprint 🌱 iOS & Android.
https://nmf.earth
GNU General Public License v3.0
506 stars 156 forks source link

Tests script #42

Closed PierreBresson closed 4 years ago

PierreBresson commented 4 years ago

When running test, if you console.log a variable, the result is cutted by the big array (with files tested/not tested in green/red). Would be nice to the see the entire result or remove the array (which is no so usefull to have all the time).

theolampert commented 4 years ago

It shouldn't happen in watch mode but maybe it is, I'll take a look and maybe just enable it on the CI.

PierreBresson commented 4 years ago

Indeed, it's happening when I'm doing yarn test -u