Ad
  • Custom User Avatar

    I am working on a solution but it appears that the tests are failing when they should be passing. Even when I hardcode a solution for a particular test, it fails. Test output is below:

    Expected: { type: 'pair', ranks: [ 'A', 'J', '10', '5' ] }, instead got: { type: 'pair', ranks: [ 'A', 'J', '10', '5' ] }

    Does anyone have a clue for me here? To me this seems like an issue with the testing harness.