mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-31 06:34:19 +01:00
core: fix config test by removing model field expectation
This commit is contained in:
@@ -12,7 +12,6 @@ test("loads config with defaults when no files exist", async () => {
|
|||||||
fn: async () => {
|
fn: async () => {
|
||||||
const config = await Config.get()
|
const config = await Config.get()
|
||||||
expect(config.username).toBeDefined()
|
expect(config.username).toBeDefined()
|
||||||
expect(config.model).toBeDefined()
|
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user