- runTest(testFilePath, testFunction, test, index, targetExport, report): Promise<void>
Parameters
- testFilePath: string
- testFunction: ((...args) => unknown)
- (...args): unknown
Returns unknown
- test: Test
- index: number
- targetExport: string
- report: ((results) => void)
- (results): void
Returns void
Returns Promise<void>
Run a test using a test function and a test condition.