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 aa20a81 commit b7e36abCopy full SHA for b7e36ab
evals/packages/db/src/queries/__tests__/runs.spec.ts renamed to evals/packages/db/src/queries/__tests__/runs.test.ts
@@ -2,7 +2,7 @@ import { createRun, finishRun } from "../runs.js"
2
import { createTask } from "../tasks.js"
3
import { createTaskMetrics } from "../taskMetrics.js"
4
5
-describe("finishRun", async () => {
+describe("finishRun", () => {
6
it("aggregates task metrics, including tool usage", async () => {
7
const run = await createRun({ model: "gpt-4.1-mini", socketPath: "/tmp/roo.sock" })
8
0 commit comments