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.
2 parents e4e30bc + 43a7854 commit 2c1dce2Copy full SHA for 2c1dce2
bin/helpers/atsHelper.js
@@ -93,6 +93,7 @@ exports.patchCypressConfigFileContent = (bsConfig) => {
93
if (originalFunction !== null && originalFunction !== undefined) {
94
originalFunction(bstackOn, config);
95
}
96
+ return config;
97
98
`
99
0 commit comments