mirror of
https://fastgit.cc/https://github.com/anomalyco/opencode
synced 2026-04-21 05:10:58 +08: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 () => {
|
||||
const config = await Config.get()
|
||||
expect(config.username).toBeDefined()
|
||||
expect(config.model).toBeDefined()
|
||||
},
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user