Stencil's documentation claims support for Jest 30+, but the framework hardcodes a version check that rejects Jest 30.x. Documentation: https://stenciljs.com/docs ...
When running PictoPy frontend tests, all tests pass successfully, but Jest still prints a warning about open async handles. This can confuse contributors into thinking something is wrong even when ...