We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a02ab commit 27af4f6Copy full SHA for 27af4f6
1 file changed
src/plugin-sdk/inbound-reply-dispatch.test.ts
@@ -39,7 +39,7 @@ import {
39
} from "./inbound-reply-dispatch.js";
40
41
function readFirstMockArg(fn: unknown): unknown {
42
- return (fn as { mock: { calls: unknown[][] } }).mock.calls.at(0)?.[0];
+ return (fn as { mock: { calls: unknown[][] } }).mock.calls[0]?.[0];
43
}
44
45
describe("recordInboundSessionAndDispatchReply", () => {
0 commit comments