BettererContext.options()
API > @betterer/betterer > BettererContext > options
Make changes to the context config. The updated config will be used for the next run.
Signature
options(optionsOverride: BettererOptionsOverride): Promise<void>;
Parameters
Parameter | Type | Description |
---|---|---|
optionsOverride | BettererOptionsOverride | The filters , ignores , and reporters to use for the next run. |
Returns
Promise<void>