Skip to content

Commit

Permalink
fixup! Feat(web): Switch Checkbox component to v3 design tokens #DS-1447
Browse files Browse the repository at this point in the history
  • Loading branch information
crishpeen committed Sep 10, 2024
1 parent 423b3d8 commit 18ae58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/demo-components-compare.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const testConfigs: TestConfig[] = [
];

// Disable web-twig tests for now on CI, because we don't have a way to run them in CI yet.
if (isTestingEnvironment()) {
if (!isTestingEnvironment()) {
testConfigs.push({
componentsDir: '/components',
packageDir: 'packages/web-twig',
Expand Down

0 comments on commit 18ae58a

Please sign in to comment.