- Preparing search index...
- The search index is not available
@vangware/test
Function runAndStringifyTests
- runAndStringifyTests(testsRecord: Readonly<Record<string, Tests<unknown>>>): Promise<void>
-
Parameters
-
testsRecord: Readonly<Record<string, Tests<unknown>>>
Returns Promise<void>
Run tests in given TestsRecord and return a string with the results.
Example
Returns
Promise with a readable strings of the test results.