This file contains tests that test the behaviour of action-logger.js
- Version:
-
- 1.0
- See:
Methods
-
<inner> printSetupError(err)
-
Prints an error that occurred during setting up the testing environment in a nice format.
Parameters:
Name Type Description err
Error Error that occurred. -
<inner> sleep(ms)
-
Await for this function to pause execution for a certain time.
Parameters:
Name Type Description ms
number Time in milliseconds Returns:
- Type
- Promise