Skip to content

Commit 400fbc0

Browse files
authored
Merge pull request #1 from mikstime/mikstime-patch-2
Update task.hook.ts
2 parents cabc8db + e64b2b8 commit 400fbc0

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)