Skip to content

Commit bcedb4b

Browse files
authored
Fix comment formatting in Cypress config sample
1 parent 7e8106d commit bcedb4b

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)