Skip to content

Instantly share code, notes, and snippets.

@ianaz
Created November 29, 2016 13:55
Show Gist options
  • Save ianaz/5a6191807e3a8b9c324574568d1a58a0 to your computer and use it in GitHub Desktop.
Save ianaz/5a6191807e3a8b9c324574568d1a58a0 to your computer and use it in GitHub Desktop.
TAP version 13
# Subtest: reqheaders ignored #748 - test matching
0 passing (1ms)
not ok 1 - test unfinished: reqheaders ignored #748 - test matching
---
at:
line: 5
column: 1
file: test/test.js
source: |
test('reqheaders ignored #748 - test matching', t => {
...
1..1
# failed 1 of 1 tests
not ok 1 - reqheaders ignored #748 - test matching # time=36.088ms
---
at:
line: 5
column: 1
file: test/test.js
results:
plan:
start: 1
end: 1
count: 1
pass: 0
ok: false
fail: 1
time: 36.088
source: |
test('reqheaders ignored #748 - test matching', t => {
...
not ok 2 - child test left in queue: reqheaders ignored #748 - test missing header
---
at:
line: 28
column: 1
file: test/test.js
source: |
test('reqheaders ignored #748 - test missing header', t => {
...
not ok 3 - child test left in queue: reqheaders ignored #748 - test different header
---
at:
line: 50
column: 1
file: test/test.js
source: |
test('reqheaders ignored #748 - test different header', t => {
...
1..3
# failed 3 of 3 tests
# time=343.538ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment