Returns the current context options in a new plain object
Optional
options: IAssertConfigThe options to override the current context options
Optional
defDefiines the default assertion failure message to display if no message is provided.
Optional
defDefines the default fatal message to display if no message is provided.
Optional
fullIdentifies if the current context is in full-stack mode, which will include the full stack trace in the error message if an assertion fails.
Optional
isIdentifies if the current context is verbose mode, which will include additional information in the execution context and any resulting assertion failures.
Provides the options for the current context