| 1 | /* eslint-disable @typescript-eslint/await-thenable, @typescript-eslint/no-unsafe-argument, @typescript-eslint/no-unsafe-assignment, @typescript-eslint/require-await */ |
| 2 | import { afterEach, beforeEach, describe, expect, mock, test } from "bun:test"; |
| 3 | import { createRouterClient } from "@orpc/server"; |
| 4 | import { EventEmitter } from "events"; |
nothing calls this directly
no test coverage detected