Skip to content

Commit d7ba1fa

Browse files
[autofix.ci] apply automated fixes
1 parent 9ff2919 commit d7ba1fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/nuxt/a11y.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@ describe('component accessibility audits', () => {
979979
dataset,
980980
dates,
981981
datetimeFormatterOptions,
982-
showLastDatapointEstimation: false
982+
showLastDatapointEstimation: false,
983983
},
984984
})
985985
const results = await runAxe(component)
@@ -992,7 +992,7 @@ describe('component accessibility audits', () => {
992992
dataset: [],
993993
dates: [],
994994
datetimeFormatterOptions,
995-
showLastDatapointEstimation: false
995+
showLastDatapointEstimation: false,
996996
},
997997
})
998998
const results = await runAxe(component)

0 commit comments

Comments
 (0)