Noticed a 3:1 score marked as a Fail, is this a bug or just some rounding under the hood? **Expected result:** Score of exactly `3.00` = "AA+" **Actual result:** Score of exactly `3.00` = "Fail" <img width="301" alt="image" src="https://github.com/user-attachments/assets/62224e56-648e-43cb-b980-5166ff289258"> https://github.com/primer/prism/blob/5bc512f6409f44b2e52ad3fb4d72df6a528489e3/src/utils.ts#L42
Noticed a 3:1 score marked as a Fail, is this a bug or just some rounding under the hood?
Expected result: Score of exactly
3.00= "AA+"Actual result: Score of exactly
3.00= "Fail"prism/src/utils.ts
Line 42 in 5bc512f