Skip to content

Commit

Permalink
fix: corrected task typescript return type
Browse files Browse the repository at this point in the history
  • Loading branch information
filipomar committed Nov 25, 2023
1 parent 136fafc commit db70334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion task.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
export default function registerCodeCoverageTasks(
on: Cypress.PluginEvents,
config: Cypress.PluginConfigOptions,
): void;
): Cypress.PluginConfigOptions;

0 comments on commit db70334

Please sign in to comment.