Ad
  • Custom User Avatar

    The random tests appear to be wrong for typescript as the LCD is not always selected:

    ex.:

    expected '(30,60)(48,60)(45,60)(40,60)(42,60)' to equal '(90,180)(144,180)(135,180)(120,180)(126,180)'

    for TEST: 1,2,4,5,3,4,6,9,7,10, RES: 30,60,48,60,45,60,40,60,42,60

  • Custom User Avatar

    Thanks for the replies and quick fix.

  • Custom User Avatar

    I am using TypeScript. The code appears to pass all the basic tests, about 170, but it fails about 30 (random). Not sure why it fails, as no error log is displayed in the output, console log output is also not displayed for the "failed" tests. It would be great if log output could be displayed for all failed states.