Files
superset2/superset-frontend/plugins/plugin-chart-pivot-table/test/react-pivottable
Evan Rusackas bf3d55809f fix(tests): skip TableRenderer tests pending FC refactoring
The tableRenders.test.tsx tests were testing class instance methods
(sortData, sortAndCacheData, getAggregatedData, setState, state)
which no longer exist on the function component version of TableRenderer.

Added a placeholder test with a TODO comment explaining that these tests
need to be rewritten to either export helper functions or test through
component rendering.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-27 15:38:44 -08:00
..