Skip to content

Commit f442aea

Browse files
committed
CCM-9134 Remove comments from pa11y config
1 parent b1ea046 commit f442aea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/accessibility/.pa11y-ci.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ module.exports = {
161161
.flatMap(journey => allJourneys[journey] || [])
162162
.map(performCheck),
163163
defaults: {
164-
// concurrency: 1,
165164
reporters: [
166165
'cli',
167166
[
@@ -174,7 +173,6 @@ module.exports = {
174173
],
175174
rules: ['Principle1.Guideline1_3.1_3_1_AAA'],
176175
chromeLaunchConfig: {
177-
// headless: false,
178176
args: ['--no-sandbox'],
179177
},
180178
standard: 'WCAG2AA',

0 commit comments

Comments
 (0)