deleteUserByEmail() — ui Function Reference
Architecture documentation for the deleteUserByEmail() function in commands.ts from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 36334d12_4123_4d22_1009_372854be7362["deleteUserByEmail()"] e91d8547_a204_d0f5_33e5_12f46d875f67["commands.ts"] 36334d12_4123_4d22_1009_372854be7362 -->|defined in| e91d8547_a204_d0f5_33e5_12f46d875f67 3808d46b_b718_1870_a575_e079cbabba0c["cleanupUser()"] 3808d46b_b718_1870_a575_e079cbabba0c -->|calls| 36334d12_4123_4d22_1009_372854be7362 style 36334d12_4123_4d22_1009_372854be7362 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/shadcn/test/fixtures/frameworks/remix-indie-stack/cypress/support/commands.ts lines 77–82
function deleteUserByEmail(email: string) {
cy.exec(
`npx ts-node -r tsconfig-paths/register ./cypress/support/delete-user.ts "${email}"`,
);
cy.clearCookie("__session");
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does deleteUserByEmail() do?
deleteUserByEmail() is a function in the ui codebase, defined in packages/shadcn/test/fixtures/frameworks/remix-indie-stack/cypress/support/commands.ts.
Where is deleteUserByEmail() defined?
deleteUserByEmail() is defined in packages/shadcn/test/fixtures/frameworks/remix-indie-stack/cypress/support/commands.ts at line 77.
What calls deleteUserByEmail()?
deleteUserByEmail() is called by 1 function(s): cleanupUser.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free