jskatas.org
jskatas.org copied to clipboard
Broken Tests in Assertion Library Kata
All off the exercises in the Assertion Library Hamfest section have thee following error in the testing interface:
Runtime error
SyntaxError: Cannot use import statement outside a module
Yeah, the problem is that the "transpile to ES5" needs to be checked for this kata. maybe a magic comment should be add to control that, smthg like
// tddbin.transpilesToEs5=true