jskatas.org icon indicating copy to clipboard operation
jskatas.org copied to clipboard

Broken Tests in Assertion Library Kata

Open Ceheiss opened this issue 5 years ago • 1 comments

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

Ceheiss avatar Nov 12 '19 15:11 Ceheiss

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

wolframkriesing avatar Nov 18 '19 22:11 wolframkriesing