mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-01-16 16:31:56 +00:00
update settings test
This commit is contained in:
parent
03c467753a
commit
ec3061dfb5
@ -33,7 +33,7 @@ describe('parseSmartCopilotSettings', () => {
|
|||||||
debugMode: false,
|
debugMode: false,
|
||||||
})
|
})
|
||||||
expect(result).toEqual({
|
expect(result).toEqual({
|
||||||
version: 0.4,
|
version: 0.5,
|
||||||
workspace: '',
|
workspace: '',
|
||||||
activeModels: DEFAULT_MODELS,
|
activeModels: DEFAULT_MODELS,
|
||||||
activeProviderTab: 'Infio',
|
activeProviderTab: 'Infio',
|
||||||
@ -268,7 +268,7 @@ describe('settings migration', () => {
|
|||||||
|
|
||||||
const result = parseInfioSettings(oldSettings)
|
const result = parseInfioSettings(oldSettings)
|
||||||
expect(result).toEqual({
|
expect(result).toEqual({
|
||||||
version: 0.4,
|
version: 0.5,
|
||||||
workspace: '',
|
workspace: '',
|
||||||
activeModels: DEFAULT_MODELS,
|
activeModels: DEFAULT_MODELS,
|
||||||
activeProviderTab: 'Infio',
|
activeProviderTab: 'Infio',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user