test(config): cover athena-junior in overridable agent names
This commit is contained in:
@@ -56,4 +56,15 @@ describe("agent name schemas", () => {
|
|||||||
//#then
|
//#then
|
||||||
expect(result.success).toBe(true)
|
expect(result.success).toBe(true)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
test("OverridableAgentNameSchema accepts athena-junior", () => {
|
||||||
|
//#given
|
||||||
|
const candidate = "athena-junior"
|
||||||
|
|
||||||
|
//#when
|
||||||
|
const result = OverridableAgentNameSchema.safeParse(candidate)
|
||||||
|
|
||||||
|
//#then
|
||||||
|
expect(result.success).toBe(true)
|
||||||
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user