[Pkg-javascript-commits] [node-detective] 39/119: update skip test, these things should not be skipped
Bastien Roucariès
rouca at moszumanska.debian.org
Wed Sep 6 09:44:33 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-detective.
commit 02399e791934c601c66d9efd392bf83f971485e4
Author: Roman Shtylman <shtylman at gmail.com>
Date: Fri Nov 23 22:13:08 2012 -0500
update skip test, these things should not be skipped
---
test/skip.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/skip.js b/test/skip.js
index 58ed0f0..a323797 100644
--- a/test/skip.js
+++ b/test/skip.js
@@ -4,6 +4,6 @@ var fs = require('fs');
var src = fs.readFileSync(__dirname + '/files/skip.js');
test('skip', function (t) {
- t.deepEqual(detective(src), [ 'a', 'b', 'c' ]);
+ t.deepEqual(detective(src), [ 'a', 'x', 'b', 'y', 'c', 'z']);
t.end();
});
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-detective.git
More information about the Pkg-javascript-commits
mailing list