[Pkg-javascript-commits] [node-stream-browserify] 15/44: using tap as the runner
Bastien Roucariès
rouca at moszumanska.debian.org
Sun Aug 13 14:18:42 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-stream-browserify.
commit c277669cbf14764ea1981b3f1d7183c32177e173
Author: James Halliday <mail at substack.net>
Date: Fri Dec 20 00:24:27 2013 -0800
using tap as the runner
---
package.json | 6 +++++-
test/typedarray.js | 2 +-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
index 3b2ae3a..44cbe83 100644
--- a/package.json
+++ b/package.json
@@ -7,8 +7,12 @@
"inherits": "~2.0.1",
"process": "~0.5.1"
},
+ "devDependencies": {
+ "tape": "~2.3.2",
+ "tap": "~0.4.6"
+ },
"scripts": {
- "test": "node test.js"
+ "test": "tap test/*.js"
},
"repository": {
"type": "git",
diff --git a/test/typedarray.js b/test/typedarray.js
index 706c88d..1215dbe 100644
--- a/test/typedarray.js
+++ b/test/typedarray.js
@@ -2,7 +2,7 @@ var test = require('tape');
var Transform = require('../transform.js');
var concat = require('concat-stream');
-test(function (t) {
+test('array buffer', function (t) {
t.plan(1);
var stream = new Transform;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-stream-browserify.git
More information about the Pkg-javascript-commits
mailing list