merge()
API > @betterer/betterer > merge
Resolve any merge conflicts in the specified results file.
Signature
export declare function merge(options?: BettererOptionsMerge): Promise<void>;
Parameters
Parameter | Type | Description |
---|---|---|
options | BettererOptionsMerge | Options for merging conflicts in the results file. |
Returns
Promise<void>
Exceptions
BettererError
Will throw if something goes wrong while merging conflicts in the results file.
Example
import { betterer } from '@betterer/betterer';
await betterer.merge(options);