Skip to content

Commit e64b2b8

Browse files
authored
Update task.hook.ts
1 parent 8692901 commit e64b2b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/task.hook.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ export const compareImagesTask = async (
183183
export const doesFileExistTask = ({ path }: { path: string }) =>
184184
fs.existsSync(path);
185185

186-
export const processImgPath = ({ path }) => path;
186+
export const processImgPath = ({ path: string }) => path;
187187

188188
/* c8 ignore start */
189189
export const initTaskHook = (config: Cypress.PluginConfigOptions) => ({

0 commit comments

Comments
 (0)