Skip to content

Commit cf27420

Browse files
committed
fix: add missing prop in component test
1 parent 33ac6db commit cf27420

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/nuxt/a11y.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,6 +1118,7 @@ describe('component accessibility audits', () => {
11181118
it('should have no accessibility violations with empty data', async () => {
11191119
const wrapper = await mountSuspended(FacetScatterChart, {
11201120
props: {
1121+
isActiveTab: true,
11211122
packagesData: [],
11221123
packages: [],
11231124
},

0 commit comments

Comments
 (0)