Skip to content

Commit

Permalink
fix(axe.d.ts): fix finishRun types (#3098)
Browse files Browse the repository at this point in the history
  • Loading branch information
straker authored Jul 27, 2021
1 parent 8947099 commit e79c65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axe.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ declare namespace axe {
* @param {RunOptions} options Optional Options passed into rules or checks, temporarily modifying them.
*/
function finishRun(
partialResults: PartialResult[],
partialResults: Array<PartialResult | null>,
options: RunOptions
): Promise<AxeResults>;

Expand Down

0 comments on commit e79c65c

Please sign in to comment.