fix: Update Stripe ID's
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user