Asynchronous property to be checked
Optional
params: Parameters<Ts>Optional parameters to customize the execution
Run the property, throw in case of failure
It can be called directly from describe/it blocks of Mocha. No meaningful results are produced in case of success.
Synchronous property to be checked
Optional
params: Parameters<Ts>Optional parameters to customize the execution
Run the property, throw in case of failure
It can be called directly from describe/it blocks of Mocha. No meaningful results are produced in case of success.
WARNING: Returns a promise to be awaited if the property is asynchronous
Synchronous or asynchronous property to be checked
Optional
params: Parameters<Ts>Optional parameters to customize the execution
Run the property, throw in case of failure
It can be called directly from describe/it blocks of Mocha. No meaningful results are produced in case of success.
WARNING: Has to be awaited