diff options
Diffstat (limited to 'testing/mod.ts')
-rw-r--r-- | testing/mod.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/mod.ts b/testing/mod.ts index fa6fda246..d1ddb9c8c 100644 --- a/testing/mod.ts +++ b/testing/mod.ts @@ -315,6 +315,8 @@ export interface RunOptions { * Runs specified test cases. * Parallel execution can be enabled via the boolean option; default: serial. */ +// TODO: change return type to `Promise<boolean>` - ie. don't +// exit but return value export async function runTests({ parallel = false, exitOnFail = false, |