Version
develop
Link to Minimal Reproduction
https://github.com/VisActor/VMind.git
Steps to Reproduce
- run rush test
Current Behavior

When you run rush test on Ubuntu 22.04 for the current repository, you encounter a failed test case because the chartTypeMap in chartTypeUtils.ts uses common as the key for BasicHeatMap, rather than heatMap as expected in the test case.


Expected Behavior
pass the test
Environment
- OS:Ubuntu22.04
- Browser:Chrome
- Framework:
Any additional comments?
No response