[Pkg-javascript-commits] [node-tap] 173/186: Disable test for disabled feature
Bastien Roucariès
rouca at moszumanska.debian.org
Fri Dec 1 16:40:58 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 cae0cc1addf7a5541b2d99e99d77515059618f18
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Fri Dec 1 16:52:33 2017 +0100
Disable test for disabled feature
Forwarded: no
---
test/run.js | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/test/run.js b/test/run.js
index 7b0a002..a817dcb 100644
--- a/test/run.js
+++ b/test/run.js
@@ -69,13 +69,14 @@ t.test('usage and other basics', t => {
t.end()
})
})
+ /*
t.test('--nyc-help', t => {
run(['--nyc-help'], null, (er, o, e) => {
t.equal(er, null)
t.match(o, /\nOptions:\n/)
t.end()
})
- })
+ })*/
t.test('--version', t => {
run(['--version'], null, (er, o, e) => {
t.equal(er, null)
@@ -83,13 +84,14 @@ t.test('usage and other basics', t => {
t.end()
})
})
+ /*
t.test('--nyc-version', t => {
run(['--nyc-version'], null, (er, o, e) => {
t.equal(er, null)
t.equal(o.trim(), require('nyc/package.json').version)
t.end()
})
- })
+ })*/
t.end()
})
@@ -318,7 +320,7 @@ t.test('unknown arg throws', t => {
t.end()
})
})
-
+/*
t.test('coverage', t => {
const cwd = process.cwd()
process.chdir(dir)
@@ -409,7 +411,8 @@ t.test('coverage', t => {
t.end()
})
-
+*/
+/*
t.test('save file', t => {
const xy1 = tmpfile(t, 'x/y/1.js', `'use strict'
const t = require(${tap})
@@ -483,7 +486,7 @@ t.test('save file', t => {
t.end()
})
-
+*/
t.test('parallel', t => {
// should see start, start, end, end, in the output
tmpfile(t, 'p/y/1.js', `'use strict'
--
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