Skip to content

Commit

Permalink
test test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Nov 20, 2017
1 parent b300614 commit 91ce2e4
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions tap-snapshots/test-test.js-TAP.test.js
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 91ce2e4

Please sign in to comment.