chore: generate
This commit is contained in:
@@ -20,14 +20,7 @@ test("defines package-owned plugin specs and attention sound names", () => {
|
||||
expect(decodePlugin("example-plugin")).toBe("example-plugin")
|
||||
expect(decodePlugin(["example-plugin", { enabled: true }])).toEqual(["example-plugin", { enabled: true }])
|
||||
expect(() => decodePlugin(["example-plugin"])).toThrow()
|
||||
expect(AttentionSoundName.literals).toEqual([
|
||||
"default",
|
||||
"question",
|
||||
"permission",
|
||||
"error",
|
||||
"done",
|
||||
"subagent_done",
|
||||
])
|
||||
expect(AttentionSoundName.literals).toEqual(["default", "question", "permission", "error", "done", "subagent_done"])
|
||||
})
|
||||
|
||||
test("validates config constraints", () => {
|
||||
|
||||
Reference in New Issue
Block a user