chore: remove useless __esModule (#30366)

This commit is contained in:
Stephen Zhou
2025-12-30 15:37:16 +08:00
committed by GitHub
parent 9fbc7fa379
commit 1873b5a766
79 changed files with 0 additions and 161 deletions

View File

@ -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: ['😀'] },