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 a4225b6 commit 604e910Copy full SHA for 604e910
1 file changed
packages/cypress-plugin-visual-regression-diff/src/version.utils.ts
@@ -10,5 +10,5 @@ export const getPluginConfig = (
10
if (supportsExpose(config.version ?? '')) {
11
return config.expose?.[key];
12
}
13
- return config.env[key];
+ return config.env?.[key];
14
};
0 commit comments