Skip to content

Commit 4bec929

Browse files
committed
added log
1 parent 9e41248 commit 4bec929

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

accessibility/plugin/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ const Accessibility = (on, config) => {
5151
console.log(`parameter for accessibility report WCAG_CRITERIA - ` + config.env.WCAG_CRITERIA)
5252
console.log(`parameter for accessibility report BEST_PRACTICE -` + config.env.BEST_PRACTICE)
5353
console.log(`parameter for accessibility report NEEDS_REVIEW -` + config.env.NEEDS_REVIEW)
54+
console.log(`parameter for accessibility report ACCESSIBILITY_REPORT_PATH -` + config.env.ACCESSIBILITY_REPORT_PATH)
55+
5456

5557
return config;
5658
}

0 commit comments

Comments
 (0)