mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-29 08:58:53 -03:00
fix: Add missing mock for getMappableBaseModelsDynamic in tests (#854)
- Add getMappableBaseModelsDynamic to constants.js mocks in test files - Remove refs/enums.json temporary file from repository Fixes test failures introduced in previous commit.
This commit is contained in:
@@ -42,6 +42,7 @@ vi.mock('../../../static/js/utils/constants.js', () => ({
|
||||
checkpoint: 'base, guide',
|
||||
embedding: 'hint',
|
||||
},
|
||||
getMappableBaseModelsDynamic: () => [],
|
||||
}));
|
||||
|
||||
vi.mock('../../../static/js/utils/i18nHelpers.js', () => ({
|
||||
|
||||
Reference in New Issue
Block a user