MCPcopy Create free account
hub / github.com/boringstack-xyz/boringstack / teamMemberIn

Function teamMemberIn

apps/ui/src/lib/acl/ability.test.ts:25–26  ·  view source on GitHub ↗
(accountId: string)

Source from the content-addressed store, hash-verified

23
24const siteIn = (accountId: string) => subject("Site", { id: "w1", accountId });
25
26const teamMemberIn = (accountId: string) =>
27 subject("TeamMember", { id: "tm1", accountId });
28
29describe("buildAbility — owner", () => {

Callers 1

ability.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected