MCPcopy Create free account
hub / github.com/dfinity/orbit / fiveActive

Function fiveActive

cli/src/audit/resolver.spec.ts:157–157  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

155 const noUsers: User[] = [];
156 const noNamed = new Map<UUID, NamedRule>();
157 const fiveActive = () => Array.from({ length: 5 }, (_, i) => makeUser({ id: `u-${i}` }));
158
159 it('AutoApproved returns 0', () => {
160 expect(minVotesForRule({ AutoApproved: null }, noUsers, noNamed)).toBe(0);

Callers 1

resolver.spec.tsFile · 0.85

Calls 2

makeUserFunction · 0.90
fromMethod · 0.45

Tested by

no test coverage detected