BettererRunner.queue()
API > @betterer/betterer > BettererRunner > queue
Queue a Betterer run.
Signature
queue(filePaths?: string | BettererFilePaths): Promise<void>;
Parameters
Parameter | Type | Description |
---|---|---|
filePaths | string | BettererFilePaths | List of files to test with Betterer. If filePaths is undefined then all files will be tested. |
Returns
Promise<void>
Exceptions
BettererError
Will throw if something goes wrong while running Betterer.