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
@@ -64,7 +64,6 @@ vi.mock('i18next', () => ({
// Mock the useConfig hook
vi.mock('@/app/components/workflow/nodes/iteration/use-config', () => ({
__esModule: true,
default: () => ({
inputs: {
is_parallel: true,