Skip to content

Commit 6b3b5f5

Browse files
committed
fix: corrected task typescript return type
1 parent 61b9417 commit 6b3b5f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

task.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
export default function registerCodeCoverageTasks(
44
on: Cypress.PluginEvents,
55
config: Cypress.PluginConfigOptions,
6-
): void;
6+
): Cypress.PluginConfigOptions;

0 commit comments

Comments
 (0)