babel/generator-babel-boilerplate

Tests do not fail when there are global leaks when in node env

Closed this issue · 1 comments

Atm the tests ignore globals leaks when run in a node env (like when gulp test is run). Passing ignoreLeaks: false fixes this, but it causes another error: the stream seems to exit without throwing an error, so there's no indication to the user what has happened.

Done!