[Pkg-javascript-commits] [node-tap] 82/186: only 2 more unit tests to go, now that lib/test.js is done
Bastien Roucariès
rouca at moszumanska.debian.org
Fri Dec 1 16:40:46 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.
commit 2f56eaa2f4a295c82e5a80cad5a4ba74809af010
Author: isaacs <i at izs.me>
Date: Fri Nov 10 12:10:19 2017 -0800
only 2 more unit tests to go, now that lib/test.js is done
---
package.json | 2 +-
unit/run.js | 0
unit/tap.js | 0
3 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index 94fc264..75a53a4 100644
--- a/package.json
+++ b/package.json
@@ -51,7 +51,7 @@
"scripts": {
"regen-fixtures": "node scripts/generate-test-test.js test/test/*.js",
"snap": "TAP_SNAPSHOT=1 node bin/run.js unit/*.js",
- "unit": "node bin/run.js unit/*.js --100 --nyc-arg=--include=lib/*.js",
+ "unit": "node bin/run.js unit/*.js --100 --nyc-arg=--include='(lib|bin)'/*.js",
"test": "node bin/run.js test/*.* --coverage -t3600 -sfails",
"smoke": "node bin/run.js --node-arg=test/test.js test/test/*.js -j2",
"posttest": "standard lib test",
diff --git a/unit/run.js b/unit/run.js
new file mode 100644
index 0000000..e69de29
diff --git a/unit/tap.js b/unit/tap.js
new file mode 100644
index 0000000..e69de29
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-tap.git
More information about the Pkg-javascript-commits
mailing list