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.
The random tests appear to be wrong for typescript as the LCD is not always selected:
ex.:
expected '(30,60)(48,60)(45,60)(40,60)(42,60)' to equal '(90,180)(144,180)(135,180)(120,180)(126,180)'
for TEST: 1,2,4,5,3,4,6,9,7,10, RES: 30,60,48,60,45,60,40,60,42,60
Thanks for the replies and quick fix.
I am using TypeScript. The code appears to pass all the basic tests, about 170, but it fails about 30 (random). Not sure why it fails, as no error log is displayed in the output, console log output is also not displayed for the "failed" tests. It would be great if log output could be displayed for all failed states.