The test suite currently uses Jasmine , but many modern projects prefer Jest due to its speed, snapshot testing, and mocking capabilities.
Suggestion:
Migrate existing Jasmine tests to Jest.
Set up Jest config and ensure all tests pass.
Update contribution docs to reflect the change.