Skip to content

Commit 33ac6db

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

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
@@ -1021,6 +1021,7 @@ describe('component accessibility audits', () => {
10211021
it('should have no accessibility violations', async () => {
10221022
const wrapper = await mountSuspended(FacetScatterChart, {
10231023
props: {
1024+
isActiveTab: true,
10241025
packagesData: [
10251026
{
10261027
package: {

0 commit comments

Comments
 (0)