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 210f606 commit cd993f4Copy full SHA for cd993f4
1 file changed
src/cron/isolated-agent/run.fast-mode.test.ts
@@ -35,7 +35,7 @@ function mockSuccessfulModelFallback() {
35
}
36
37
function requireFirstMockCall<T>(mock: { mock: { calls: T[][] } }, label: string): T[] {
38
- const call = mock.mock.calls.at(0);
+ const call = mock.mock.calls[0];
39
if (!call) {
40
throw new Error(`expected ${label} call`);
41
0 commit comments