We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8692901 commit e64b2b8Copy full SHA for e64b2b8
src/task.hook.ts
@@ -183,7 +183,7 @@ export const compareImagesTask = async (
183
export const doesFileExistTask = ({ path }: { path: string }) =>
184
fs.existsSync(path);
185
186
-export const processImgPath = ({ path }) => path;
+export const processImgPath = ({ path: string }) => path;
187
188
/* c8 ignore start */
189
export const initTaskHook = (config: Cypress.PluginConfigOptions) => ({
0 commit comments