[Pkg-javascript-commits] [node-through2] 19/21: Fix test without tape module

Jérémy Lal kapouer at moszumanska.debian.org
Mon Nov 28 23:35:20 UTC 2016


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

kapouer pushed a commit to branch master
in repository node-through2.

commit d8d0b8eac0b4033e9e8946b56ab7ffcb3574a668
Author: Jérémy Lal <kapouer at melix.org>
Date:   Tue Nov 29 00:31:36 2016 +0100

    Fix test without tape module
---
 debian/patches/series                  |  1 +
 debian/patches/test-without-tape.patch | 13 +++++++++++++
 2 files changed, 14 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 8911f69..0d27e17 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 test-without-stream-spigot.patch
+test-without-tape.patch
 0001_remove-readable-stream.patch
diff --git a/debian/patches/test-without-tape.patch b/debian/patches/test-without-tape.patch
new file mode 100644
index 0000000..5df556e
--- /dev/null
+++ b/debian/patches/test-without-tape.patch
@@ -0,0 +1,13 @@
+Description: test without tape module
+ module is not available in debian
+Forwarded: not-needed
+Last-Update: 2016-11-29
+Author: Jérémy Lal <kapouer at melix.org>
+--- a/test/basic-test.js
++++ b/test/basic-test.js
+@@ -1,4 +1,4 @@
+-const test     = require('tape')
++const test     = require('tap').test
+     , through2 = require('../')
+     , crypto   = require('crypto')
+     , bl       = require('bl')

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



More information about the Pkg-javascript-commits mailing list