Skip to content

Commit 2c1dce2

Browse files
authored
Merge pull request #826 from browserstack/HST_9999_fix_cypress_patch
Chore: Fix cypress patch for TurboScale
2 parents e4e30bc + 43a7854 commit 2c1dce2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/helpers/atsHelper.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ exports.patchCypressConfigFileContent = (bsConfig) => {
9393
if (originalFunction !== null && originalFunction !== undefined) {
9494
originalFunction(bstackOn, config);
9595
}
96+
return config;
9697
}
9798
`
9899

0 commit comments

Comments
 (0)