forked from nodejs/citgm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use yamlish instead of # to match community: nodejs/node#9262
- Loading branch information
George Adams
committed
Nov 21, 2016
1 parent
a7346e3
commit 50bed10
Showing
7 changed files
with
57 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"ok": false, | ||
"count": 3, | ||
"pass": 2, | ||
"fail": 1, | ||
"skip": 1, | ||
"plan": { | ||
"start": 1, | ||
"end": 3 | ||
}, | ||
"failures": [ | ||
{ | ||
"ok": false, | ||
"id": 3, | ||
"name": "iFail v3.0.1 I dun wurk" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
TAP version 13 | ||
ok 1 - iPass v4.2.2 | ||
ok 2 - iFlakyFail v3.3.3 # SKIP I dun wurk | ||
# Thanks for testing! | ||
--- | ||
# Thanks for testing! | ||
... | ||
not ok 3 - iFail v3.0.1 I dun wurk | ||
# Thanks for testing! | ||
--- | ||
# Thanks for testing! | ||
... | ||
1..3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
TAP version 13 | ||
ok 1 - iPass v4.2.2 | ||
ok 2 - iFlakyPass v3.0.1 | ||
# Thanks for testing! | ||
--- | ||
# Thanks for testing! | ||
... | ||
1..2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters