mirror of
https://github.com/apache/superset.git
synced 2026-05-07 17:04:58 +00:00
Add modulePathIgnorePatterns to exclude compiled output directories (esm/ and lib/) in packages and plugins from being tested by jest. These directories contain transpiled build artifacts that have issues with _jsx references in jest.mock() calls. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>