mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
chore: remove useless __esModule (#30366)
This commit is contained in:
@ -43,7 +43,6 @@ vi.mock('emoji-mart', () => ({
|
||||
SearchIndex: { search: vi.fn().mockResolvedValue([]) },
|
||||
}))
|
||||
vi.mock('@emoji-mart/data', () => ({
|
||||
__esModule: true,
|
||||
default: {
|
||||
categories: [
|
||||
{ id: 'people', emojis: ['😀'] },
|
||||
|
||||
Reference in New Issue
Block a user