assertion-error-formatter is a lightweight utility for generating human-readable, detailed error messages from assertion-error objects. It formats the error, displaying actual and expected values clearly, along with a diff for easier comparison. This improves debugging speed by quickly identifying discrepancies in assertions. Ideal for testing frameworks and environments where clear error reporting is crucial for efficient development and understanding test failures. It's simple to integrate and enhances the clarity of assertion failures significantly.