Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
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.