[Pkg-javascript-commits] [node-stack-utils] 50/67: pass tests on node 0.10

Bastien Roucariès rouca at moszumanska.debian.org
Thu Sep 7 09:53:05 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-stack-utils.

commit 0fcf3002542483998ee8b5a23de9e64eadb70de9
Author: isaacs <i at izs.me>
Date:   Sun Apr 23 13:31:09 2017 -0700

    pass tests on node 0.10
---
 test/at.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/test/at.js b/test/at.js
index c2223e7..1881469 100644
--- a/test/at.js
+++ b/test/at.js
@@ -14,9 +14,9 @@ var arr = [ 0 ]
 var captures = arr.map(function xyz (n) {
   return stack.at(xyz)
 })
-t.same(captures, [ {
-  line: 1,
-  column: 1,
+t.match(captures, [ {
+  line: Number,
+  column: Number,
   file: 'native array.js',
   native: true,
   type: 'Array',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-stack-utils.git



More information about the Pkg-javascript-commits mailing list