Skip to content

Commit a4c86ce

Browse files
committed
chore: comment
1 parent cd0edd8 commit a4c86ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/accessibility-automation/helper.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@ const getAccessibilityCypressCommandEventListener = () => {
191191
const setAccessibilityEventListeners = () => {
192192
try {
193193
const cypressCommandEventListener = getAccessibilityCypressCommandEventListener();
194+
195+
// Searching form command.js recursively
194196
glob(process.cwd() + '/**/cypress/support/*.js', {}, (err, files) => {
195197
if(err) return logger.debug('EXCEPTION IN BUILD START EVENT : Unable to parse cypress support files');
196198
files.forEach(file => {

0 commit comments

Comments
 (0)