parent
5841b04fe7
commit
8fad13365b
10 changed files with 89 additions and 18 deletions
|
|
@ -106,17 +106,26 @@ describe("run runtime boot", () => {
|
|||
shell_output: "hide",
|
||||
turn_summary: "show",
|
||||
footer: "show",
|
||||
splash: "show",
|
||||
mono: false,
|
||||
})
|
||||
expect(
|
||||
resolveMiniSettings({
|
||||
mini: { thinking: "show", shell_output: "show", turn_summary: "hide", footer: "hide", mono: true },
|
||||
mini: {
|
||||
thinking: "show",
|
||||
shell_output: "show",
|
||||
turn_summary: "hide",
|
||||
footer: "hide",
|
||||
splash: "hide",
|
||||
mono: true,
|
||||
},
|
||||
}),
|
||||
).toEqual({
|
||||
thinking: "show",
|
||||
shell_output: "show",
|
||||
turn_summary: "hide",
|
||||
footer: "hide",
|
||||
splash: "hide",
|
||||
mono: true,
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue