Skip to content

Commit d78256f

Browse files
authored
Merge pull request #7192 from Countly/can-angun-patch-4
Fix comment formatting in Cypress config sample
2 parents 7e8106d + bcedb4b commit d78256f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ui-tests/cypress.config.sample.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ module.exports = defineConfig({
149149

150150
folders.forEach((folder) => {
151151
if (!fs.existsSync(folder)) {
152-
return; // folder yoksa skip
152+
return;
153153
}
154154

155155
fs.readdirSync(folder).forEach((entry) => {
@@ -183,4 +183,4 @@ module.exports = defineConfig({
183183
});
184184
},
185185
},
186-
});
186+
});

0 commit comments

Comments
 (0)