[Pkg-javascript-commits] [node-module-deps] 134/444: fixed test typo

Bastien Roucariès rouca at moszumanska.debian.org
Fri Dec 15 09:47:49 UTC 2017


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

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

commit 84874f53bbe64ad3ea3219b78b88d0904c2db3b2
Author: James Halliday <mail at substack.net>
Date:   Sat Nov 16 11:41:10 2013 +0800

    fixed test typo
---
 test/files/filterable.js | 2 +-
 test/filter.js           | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/test/files/filterable.js b/test/files/filterable.js
index 6a21bd8..9374ed2 100644
--- a/test/files/filterable.js
+++ b/test/files/filterable.js
@@ -3,7 +3,7 @@ module.exports = {
   events: require('events'),
   fs    : require('fs'),
   net   : require('net'),
-  http  : requrie('http'),
+  http  : require('http'),
   https : require('https'),
   dgram : require('dgram'),
   dns   : require('dns')
diff --git a/test/filter.js b/test/filter.js
index e35be3d..7d9d540 100644
--- a/test/filter.js
+++ b/test/filter.js
@@ -22,6 +22,7 @@ test('can filter core deps', function (t) {
             events: false,
             fs: false,
             net: false,
+            http: false,
             https: false,
             dgram: false,
             dns: false

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



More information about the Pkg-javascript-commits mailing list