[Pkg-javascript-commits] [node-tap] 103/186: test test snapshot
Bastien Roucariès
rouca at moszumanska.debian.org
Fri Dec 1 16:40:49 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 91ce2e409f0e8210fdaac3174c529b12d8623897
Author: isaacs <i at izs.me>
Date: Sun Nov 19 21:40:38 2017 -0800
test test snapshot
---
tap-snapshots/test-test.js-TAP.test.js | 21 ++++++++++++++++++---
1 file changed, 18 insertions(+), 3 deletions(-)
diff --git a/tap-snapshots/test-test.js-TAP.test.js b/tap-snapshots/test-test.js-TAP.test.js
index 81a64be..5a5564c 100644
--- a/tap-snapshots/test-test.js-TAP.test.js
+++ b/tap-snapshots/test-test.js-TAP.test.js
@@ -1755,7 +1755,12 @@ ok 4 - passing promise fn # {time} {
not ok 5 - fail: no promise # {time} {
not ok 1 - fail: no promise
---
- at: {}
+ at:
+ line: #
+ column: #
+ file: test/test.js
+ source: |
+ tt.resolves(() => {}, 'fail: no promise')
...
1..1
@@ -1784,7 +1789,12 @@ ok 3 - promise # {time} {
not ok 4 - promise fn # {time} {
not ok 1 - promise fn
---
- at: {}
+ at:
+ line: #
+ column: #
+ file: test/test.js
+ source: |
+ tt.resolveMatch(() => new Promise(r => r(420)), 420, 'promise fn')
...
1..1
@@ -1794,7 +1804,12 @@ not ok 4 - promise fn # {time} {
not ok 5 - fail: no promise # {time} {
not ok 1 - fail: no promise
---
- at: {}
+ at:
+ line: #
+ column: #
+ file: test/test.js
+ source: |
+ tt.resolveMatch(() => {}, {}, 'fail: no promise')
...
1..1
--
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