Skip to content

Commit 9ff2919

Browse files
committed
fix: add missing prop in test
1 parent d037a79 commit 9ff2919

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/nuxt/a11y.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -979,6 +979,7 @@ describe('component accessibility audits', () => {
979979
dataset,
980980
dates,
981981
datetimeFormatterOptions,
982+
showLastDatapointEstimation: false
982983
},
983984
})
984985
const results = await runAxe(component)
@@ -991,6 +992,7 @@ describe('component accessibility audits', () => {
991992
dataset: [],
992993
dates: [],
993994
datetimeFormatterOptions,
995+
showLastDatapointEstimation: false
994996
},
995997
})
996998
const results = await runAxe(component)

0 commit comments

Comments
 (0)