Skip to content

Commit

Permalink
test: add feature flag to card component test
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Nov 19, 2024
1 parent c15ed95 commit 74357aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/card/test/card.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import { fixtureSync } from '@vaadin/testing-helpers';
import '../vaadin-card.js';
import type { Card } from '../vaadin-card.js';

window.Vaadin.featureFlags ||= {};
window.Vaadin.featureFlags.cardComponent = true;

describe('vaadin-card', () => {
let card: Card;

Expand Down

0 comments on commit 74357aa

Please sign in to comment.