style: fix Biome dead-code warnings from oRPC migration (CI lint gate)
This commit is contained in:
@@ -30,7 +30,7 @@ describe("chatbot tool definitions", () => {
|
||||
] as const) {
|
||||
const tool = byName.get(name);
|
||||
expect(tool, `missing tool ${name}`).toBeDefined();
|
||||
expect(tool!.function.parameters.required).toContain(required);
|
||||
expect(tool?.function.parameters.required).toContain(required);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user