Skip to content

Commit 048cfd6

Browse files
committed
added more logs
1 parent 532d703 commit 048cfd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/accessibility-automation/helper.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ exports.setAccessibilityEventListeners = (bsConfig) => {
231231
const defaultFileContent = fs.readFileSync(file, {encoding: 'utf-8'});
232232
let cypressCommandEventListener = getAccessibilityCypressCommandEventListener(path.extname(file));
233233
const alreadyIncludes = defaultFileContent.includes(cypressCommandEventListener);
234+
console.log(`alreadyIncludes: ${alreadyIncludes}, file: ${file}`);
234235
if(!alreadyIncludes) {
235236
let newFileContent = defaultFileContent +
236237
'\n' +

0 commit comments

Comments
 (0)