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
ISSUE
label is for provable kata issues. Please use theQUESTION
label when asking for help. See https://docs.codewars.com/training/troubleshooting/#post-discourse.The error message indicates that the property
eqAll
was detected to be enumerable, which it shouldn't be: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 );
👏🏻👏🏻👏🏻
python new test frame work
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