- 
                Notifications
    You must be signed in to change notification settings 
- Fork 411
          fix: Improve toHaveClass error message format
          #405
        
          New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
  
    fix: Improve toHaveClass error message format
  
  #405
              Conversation
| Codecov Report
 @@            Coverage Diff            @@
##              main      #405   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           26        26           
  Lines          620       621    +1     
  Branches       227       228    +1     
=========================================
+ Hits           620       621    +1     
 Continue to review full report at Codecov. 
 | 
| @all-contributors, please add @akrifari for code | 
| 🎉 This PR is included in version 5.16.1 🎉 The release is available on: Your semantic-release bot 📦🚀 | 
What:
This PR aims to make
toHaveClasserror message format to be more descriptive whenexactoption is set totrue.How:
Before:
After:
Checklist:
Related:
Close #397