()
| 4 | describe("upsertCommandRegistration", () => { |
| 5 | test("replaces keyed registrations", () => { |
| 6 | const one = () => [{ id: "one", title: "One" }] |
| 7 | const two = () => [{ id: "two", title: "Two" }] |
| 8 | |
| 9 | const next = upsertCommandRegistration([{ key: "layout", options: one }], { key: "layout", options: two }) |
no outgoing calls
no test coverage detected