MCPcopy Index your code
hub / github.com/alan2207/bulletproof-react / createUser

Function createUser

apps/nextjs-app/src/testing/data-generators.ts:24–28  ·  view source on GitHub ↗
(
  overrides?: T,
)

Source from the content-addressed store, hash-verified

22});
23
24export const createUser = <T extends Partial<ReturnType<typeof generateUser>>>(
25 overrides?: T,
26) => {
27 return { ...generateUser(), ...overrides };
28};
29
30const generateTeam = () => ({
31 id: randUuid(),

Callers 3

initializeUserFunction · 0.90
auth.setup.tsFile · 0.90

Calls 1

generateUserFunction · 0.70

Tested by

no test coverage detected