[Pkg-javascript-commits] [node-tap-mocha-reporter] 12/137: stub test
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Sep 7 09:49:22 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-tap-mocha-reporter.
commit ae63f4d77a84aa7e0d1611c122152eeb8b1f56e4
Author: isaacs <i at izs.me>
Date: Sat Apr 25 13:41:46 2015 -0700
stub test
---
package.json | 3 +++
test/index.js | 2 ++
2 files changed, 5 insertions(+)
diff --git a/package.json b/package.json
index 83a2cbd..7cd0abb 100644
--- a/package.json
+++ b/package.json
@@ -20,5 +20,8 @@
"supports-color": "^1.3.1",
"tap-parser": "^1.0.4"
},
+ "devDependencies": {
+ "tap": "^1.0.0-beta"
+ },
"bin": "index.js"
}
diff --git a/test/index.js b/test/index.js
new file mode 100644
index 0000000..1a28e49
--- /dev/null
+++ b/test/index.js
@@ -0,0 +1,2 @@
+var tap = require('tap')
+tap.pass('this is a test')
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-tap-mocha-reporter.git
More information about the Pkg-javascript-commits
mailing list