Function: __wbgtest_console_log()
typescript
1
__wbgtest_console_log(args): void
Defined in: ridb_core.d.ts:19
Handler for console.log invocations.
If a test is currently running it takes the args array and stringifies
it and appends it to the current output of the test. Otherwise it passes
the arguments to the original console.log function, psased as
original.
Parameters
args
any[]
Returns
void