(name = "build")
| 3 | import { directoryKey, normalizeAgentList } from "./utils" |
| 4 | |
| 5 | const agent = (name = "build") => |
| 6 | ({ |
| 7 | name, |
| 8 | mode: "primary", |
| 9 | permission: {}, |
| 10 | options: {}, |
| 11 | }) as Agent |
| 12 | |
| 13 | describe("normalizeAgentList", () => { |
| 14 | test("keeps array payloads", () => { |
no outgoing calls
no test coverage detected