Schedules the test function to be run in a way that will catch and report errors. Tests will not start until runTests is called.
runTests
the test function to run, which takes no arguments and returns nothing
Generated using TypeDoc
Schedules the test function to be run in a way that will catch and report errors. Tests will not start until
runTests
is called.