()
| 6 | import { MemoryStore } from "./state/memory-store.js"; |
| 7 | |
| 8 | const tick = () => new Promise((r) => setTimeout(r, 0)); |
| 9 | |
| 10 | describe("bot.onReaction", () => { |
| 11 | it("routes a specific reaction, normalizing the platform token", async () => { |
no outgoing calls
no test coverage detected
searching dependent graphs…