forked from learn-co-curriculum/phase-1-control-flow-lab
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit tree 8fba4754379378fea2e25d9c51e4e046615e5652
- Loading branch information
1 parent
a7cc528
commit 1f9c43f
Showing
1 changed file
with
130 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,130 @@ | ||
{ | ||
"stats": { | ||
"suites": 4, | ||
"tests": 8, | ||
"passes": 8, | ||
"pending": 0, | ||
"failures": 0, | ||
"start": "2022-06-07T11:38:30.437Z", | ||
"end": "2022-06-07T11:38:30.759Z", | ||
"duration": 322 | ||
}, | ||
"tests": [ | ||
{ | ||
"title": "gives customers a free sample if the ride is less than or equal to 400 feet", | ||
"fullTitle": "index.js scuberGreetingForFeet() gives customers a free sample if the ride is less than or equal to 400 feet", | ||
"duration": 1, | ||
"currentRetry": 0, | ||
"err": {} | ||
}, | ||
{ | ||
"title": "charges 30 dollars for a distance over 2000 feet", | ||
"fullTitle": "index.js scuberGreetingForFeet() charges 30 dollars for a distance over 2000 feet", | ||
"duration": 0, | ||
"currentRetry": 0, | ||
"err": {} | ||
}, | ||
{ | ||
"title": "does not allow rides over 2500 feet", | ||
"fullTitle": "index.js scuberGreetingForFeet() does not allow rides over 2500 feet", | ||
"duration": 0, | ||
"currentRetry": 0, | ||
"err": {} | ||
}, | ||
{ | ||
"title": "returns \"Ok, sounds good.\" when the city is NYC", | ||
"fullTitle": "index.js ternaryCheckCity() returns \"Ok, sounds good.\" when the city is NYC", | ||
"duration": 0, | ||
"currentRetry": 0, | ||
"err": {} | ||
}, | ||
{ | ||
"title": "should return \"No go.\" if the destination city is not NYC", | ||
"fullTitle": "index.js ternaryCheckCity() should return \"No go.\" if the destination city is not NYC", | ||
"duration": 1, | ||
"currentRetry": 0, | ||
"err": {} | ||
}, | ||
{ | ||
"title": "should return \"Thank you so much.\" if the tip is generous", | ||
"fullTitle": "index.js switchOnCharmFromTip() should return \"Thank you so much.\" if the tip is generous", | ||
"duration": 0, | ||
"currentRetry": 0, | ||
"err": {} | ||
}, | ||
{ | ||
"title": "should return \"Thank you.\" if the tip is not as generous", | ||
"fullTitle": "index.js switchOnCharmFromTip() should return \"Thank you.\" if the tip is not as generous", | ||
"duration": 0, | ||
"currentRetry": 0, | ||
"err": {} | ||
}, | ||
{ | ||
"title": "should return \"Bye.\" if anything else", | ||
"fullTitle": "index.js switchOnCharmFromTip() should return \"Bye.\" if anything else", | ||
"duration": 0, | ||
"currentRetry": 0, | ||
"err": {} | ||
} | ||
], | ||
"pending": [], | ||
"failures": [], | ||
"passes": [ | ||
{ | ||
"title": "gives customers a free sample if the ride is less than or equal to 400 feet", | ||
"fullTitle": "index.js scuberGreetingForFeet() gives customers a free sample if the ride is less than or equal to 400 feet", | ||
"duration": 1, | ||
"currentRetry": 0, | ||
"err": {} | ||
}, | ||
{ | ||
"title": "charges 30 dollars for a distance over 2000 feet", | ||
"fullTitle": "index.js scuberGreetingForFeet() charges 30 dollars for a distance over 2000 feet", | ||
"duration": 0, | ||
"currentRetry": 0, | ||
"err": {} | ||
}, | ||
{ | ||
"title": "does not allow rides over 2500 feet", | ||
"fullTitle": "index.js scuberGreetingForFeet() does not allow rides over 2500 feet", | ||
"duration": 0, | ||
"currentRetry": 0, | ||
"err": {} | ||
}, | ||
{ | ||
"title": "returns \"Ok, sounds good.\" when the city is NYC", | ||
"fullTitle": "index.js ternaryCheckCity() returns \"Ok, sounds good.\" when the city is NYC", | ||
"duration": 0, | ||
"currentRetry": 0, | ||
"err": {} | ||
}, | ||
{ | ||
"title": "should return \"No go.\" if the destination city is not NYC", | ||
"fullTitle": "index.js ternaryCheckCity() should return \"No go.\" if the destination city is not NYC", | ||
"duration": 1, | ||
"currentRetry": 0, | ||
"err": {} | ||
}, | ||
{ | ||
"title": "should return \"Thank you so much.\" if the tip is generous", | ||
"fullTitle": "index.js switchOnCharmFromTip() should return \"Thank you so much.\" if the tip is generous", | ||
"duration": 0, | ||
"currentRetry": 0, | ||
"err": {} | ||
}, | ||
{ | ||
"title": "should return \"Thank you.\" if the tip is not as generous", | ||
"fullTitle": "index.js switchOnCharmFromTip() should return \"Thank you.\" if the tip is not as generous", | ||
"duration": 0, | ||
"currentRetry": 0, | ||
"err": {} | ||
}, | ||
{ | ||
"title": "should return \"Bye.\" if anything else", | ||
"fullTitle": "index.js switchOnCharmFromTip() should return \"Bye.\" if anything else", | ||
"duration": 0, | ||
"currentRetry": 0, | ||
"err": {} | ||
} | ||
] | ||
} |