mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-05-09 00:20:09 +00:00
update settings test
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user