[Pkg-javascript-commits] [node-jsonstream] 206/214: Add test for #112

Bastien Roucariès rouca at moszumanska.debian.org
Fri Dec 1 12:59:01 UTC 2017


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

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

commit 4fe0530287fdddea3bffe2cb4778871e1bbd1bc0
Author: Steve Lacy <me at slacy.me>
Date:   Fri Feb 24 08:24:18 2017 -0700

    Add test for #112
---
 test/header_footer.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/header_footer.js b/test/header_footer.js
index ef01879..f18fc59 100644
--- a/test/header_footer.js
+++ b/test/header_footer.js
@@ -38,6 +38,7 @@ parser.on('data', function (data) {
     value: {rev: it.typeof('string')},
     key:it.typeof('string')
   })
+  it(headerCalled).equal(1)
   parsed.push(data)
 })
 

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



More information about the Pkg-javascript-commits mailing list