[Pkg-javascript-commits] [node-coveralls] 238/332: Remove unneccessary 'streams' require() in test case

Bastien Roucariès rouca at moszumanska.debian.org
Thu Nov 9 13:54:06 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-coveralls.

commit d8a015519e79185f6dcf10c605927d2e06ead365
Author: Anna Henningsen <sqrt at entless.org>
Date:   Wed Feb 4 02:25:16 2015 +0100

    Remove unneccessary 'streams' require() in test case
---
 test/sendToCoveralls.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/sendToCoveralls.js b/test/sendToCoveralls.js
index eca6bef..2224f0b 100644
--- a/test/sendToCoveralls.js
+++ b/test/sendToCoveralls.js
@@ -1,7 +1,6 @@
 var should = require('should');
 var request = require('request');
 var sinon = require('sinon-restore');
-var stream = require('stream');
 var index = require('../index');
 logger = require('log-driver')({level : false});
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-coveralls.git



More information about the Pkg-javascript-commits mailing list