runTestsAsync
Runs all tests.
runTestsAsync(): Promise<TestResultsData>
Notes
- Tests must be added first using the describe() and test() functions. After all calls to describe(), this function runs all tests that have been defined, and awaits all results.