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.
JS Fork (This fork changes the description)
Fixing the language agnosticism issue
Uses
mocha
+chai
test frameworkDescription should be language-agnostic
CoffeeScript translation
Python translation kumited, feel free to check it out :)
Ruby 3.0 should be enabled.
Ruby 3.0 should be enabled.
Please don't use
assertSimilar
. It compares its arguments stringified, which leads to endless escaped quotes. UseassertDeepEquals
.Actually, enable
Node 10.x
and usechai
instead ofTest
. Why write code that is legacy on publication?( You will have to wrap tests in correct
describe
andit
headers; you can then useassert.deepEqual
instead ofTest.assertDeepEquals
. )Typescript and Julia translations.
needs random tests (Java at least)