| 1 | import { describe, expect, it } from "vitest"; |
| 2 | |
| 3 | import { dataHasCause, errorCodes, getMessageFromCode, rpcErrors, serializeJrpcError } from "../src/jrpc/errors"; |
| 4 | import { JRPCNotification, JRPCParams, JRPCRequest, JRPCResponse } from "../src/jrpc/interfaces"; |
nothing calls this directly
no test coverage detected