Skip to content

minor bug fix on node tests

Compare
Choose a tag to compare
@georgejecook georgejecook released this 21 May 23:13
· 200 commits to master since this release
Chores
  • tests: Adds node test to framework suite, and also improves the file structure to include placeholder files, so as to better conform with brighterscript compiler (f23b81d8)
Bug Fixes
  • TestRunner:
    • Do not crash if node tests do not return stat object, and instead provide useful links to documentation to help devs out (a643df7a)
    • Adds more logoutput when a node test does not complete (c4277d66)