Done
Random tests always expect false, please follow the setup of current JS translation
false
Now?
should be assert.strictEqual in sample and fixed tests
assert.strictEqual
choices and x should be in the loop
choices
x
code for random variable in loop should be removed
random
Missing useful assertion messages (replace 'Should work for random inputs' with oscar = ${x})
'Should work for random inputs'
oscar = ${x}
assert.strictEqual in sample tests
Unnecessary comments should be removed
Random number generator in fixed tests should be removed
2 it blocks should only be nested in one describe
it
describe
Random tests do not guarantee to generate 86 or 88, please copy the random test generator of python and make it loop 100 times
How about now?
No sample tests
Random tests are insufficient
Fixed and random tests should not be grouped together within the same block
Missing return "" in initial solution setup
return ""
Agree for Python at least
The description for this kata almost gave me a brain aneurysm for something so simple
Thanks
see here
My code works here and on the Chrome engine but not on VS Code I'm so confused
There were two testcases that were logging false instead of true. That changed when I removed the global tag
Really crazy kata
Loading collection data...
Done
Random tests always expect
false
, please follow the setup of current JS translationNow?
should be
assert.strictEqual
in sample and fixed testschoices
andx
should be in the loopcode for
random
variable in loop should be removedMissing useful assertion messages (replace
'Should work for random inputs'
withoscar = ${x}
)Now?
assert.strictEqual
in sample testsUnnecessary comments should be removed
Random number generator in fixed tests should be removed
2
it
blocks should only be nested in onedescribe
Random tests do not guarantee to generate 86 or 88, please copy the random test generator of python and make it loop 100 times
How about now?
No sample tests
Random tests are insufficient
Fixed and random tests should not be grouped together within the same block
Missing
return ""
in initial solution setupAgree for Python at least
The description for this kata almost gave me a brain aneurysm for something so simple
Thanks
see here
My code works here and on the Chrome engine but not on VS Code
I'm so confused
There were two testcases that were logging false instead of true. That changed when I removed the global tag
Really crazy kata
Loading more items...