fix: Update Stripe ID's

This commit is contained in:
Eric Gullickson
2026-02-16 15:28:05 -06:00
parent ddae397cb3
commit bc0be75957
3 changed files with 25 additions and 15 deletions

View File

@@ -1,21 +1,31 @@
{
"testModules": [
{
"moduleId": "/Users/egullickson/Documents/Technology/coding/motovaultpro/frontend/src/features/dashboard/components/__tests__/ActionBar.test.tsx",
"moduleId": "/Users/egullickson/Documents/Technology/coding/motovaultpro/frontend/src/features/admin/__tests__/useAdmins.test.tsx",
"tests": [
{
"name": "renders both buttons with correct text",
"fullName": "ActionBar renders both buttons with correct text",
"name": "should fetch admin users",
"fullName": "Admin user management hooks useAdmins should fetch admin users",
"state": "passed"
},
{
"name": "calls onAddVehicle when Add Vehicle button clicked",
"fullName": "ActionBar calls onAddVehicle when Add Vehicle button clicked",
"name": "should create admin and show success toast",
"fullName": "Admin user management hooks useCreateAdmin should create admin and show success toast",
"state": "passed"
},
{
"name": "calls onLogFuel when Add Fuel Log button clicked",
"fullName": "ActionBar calls onLogFuel when Add Fuel Log button clicked",
"name": "should handle create admin error",
"fullName": "Admin user management hooks useCreateAdmin should handle create admin error",
"state": "passed"
},
{
"name": "should revoke admin and show success toast",
"fullName": "Admin user management hooks useRevokeAdmin should revoke admin and show success toast",
"state": "passed"
},
{
"name": "should reinstate admin and show success toast",
"fullName": "Admin user management hooks useReinstateAdmin should reinstate admin and show success toast",
"state": "passed"
}
]