We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 861ac08 commit fbcf676Copy full SHA for fbcf676
gulpfile.babel.js
@@ -49,7 +49,7 @@ var transformTools = require('browserify-transform-tools');
49
/**
50
* Useful to investigate resource leaks in tests. Enable to see active sockets and file handles after the 'test' task.
51
*/
52
-var enableActiveNodeHandlesLogging = true;
+var enableActiveNodeHandlesLogging = false;
53
54
gulp.task('default', ["test"]);
55
0 commit comments