All checks were successful
Deploy to Staging / Build Images (push) Successful in 3m34s
Deploy to Staging / Deploy to Staging (push) Successful in 52s
Deploy to Staging / Verify Staging (push) Successful in 8s
Deploy to Staging / Notify Staging Ready (push) Successful in 8s
Deploy to Staging / Notify Staging Failure (push) Has been skipped
26 lines
855 B
JSON
26 lines
855 B
JSON
{
|
|
"testModules": [
|
|
{
|
|
"moduleId": "/Users/egullickson/Documents/Technology/coding/motovaultpro/frontend/src/features/dashboard/components/__tests__/ActionBar.test.tsx",
|
|
"tests": [
|
|
{
|
|
"name": "renders both buttons with correct text",
|
|
"fullName": "ActionBar renders both buttons with correct text",
|
|
"state": "passed"
|
|
},
|
|
{
|
|
"name": "calls onAddVehicle when Add Vehicle button clicked",
|
|
"fullName": "ActionBar calls onAddVehicle when Add Vehicle button clicked",
|
|
"state": "passed"
|
|
},
|
|
{
|
|
"name": "calls onLogFuel when Add Fuel Log button clicked",
|
|
"fullName": "ActionBar calls onLogFuel when Add Fuel Log button clicked",
|
|
"state": "passed"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"unhandledErrors": [],
|
|
"reason": "passed"
|
|
} |