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.
How to understand this?
I get this error "".eqAll should not be enumerable: expected 'eqAll' to equal null
But in tests assert.strictEqual( "".eqAll(), true );
👏🏻👏🏻👏🏻
fixed by adding the following to the tests block
const Test = require("@codewars/test-compat");
I am getting the following error when click TEST, even if i don't change any code
ReferenceError: Tests is not defined
at Context. (test.js:10:1)
at process.processImmediate (node:internal/timers:471:21)
description is dreadful xoxo