| 1 | // packages/bot/src/modal-submit.test.ts |
| 2 | import { describe, it, expect } from "vitest"; |
| 3 | import { createBot } from "./create-bot.js"; |
| 4 | import { FakeAdapter } from "./testing/fake-adapter.js"; |
nothing calls this directly
no test coverage detected