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