|
|
@@ -10,9 +10,10 @@ describe("debug config command", () => {
|
|
|
|
|
|
expect(debug.exitCode).toBe(0)
|
|
|
expect(debug.stdout).toContain("config")
|
|
|
- expect(debug.stdout).toContain("Show resolved configuration")
|
|
|
+ expect(debug.stdout).toContain("List configuration sources")
|
|
|
expect(config.exitCode).toBe(0)
|
|
|
expect(config.stdout).toContain("opencode debug config [flags]")
|
|
|
+ expect(config.stdout).toContain("List configuration sources")
|
|
|
})
|
|
|
|
|
|
test("prints config entries from the invoking directory without reordering permissions", async () => {
|