Skip to content

Commit

Permalink
test(chip): simplify theme tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonailea committed Sep 11, 2024
1 parent f9d0ec0 commit b6e6c97
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
28 changes: 16 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ describe("calcite-chip", () => {
});

describe("appearance='outline'", () => {
themed(html`<calcite-chip appearance="outline" kind="neutral">Layers</calcite-chip>`, {
themed(html`<calcite-chip appearance="outline">Layers</calcite-chip>`, {
"--calcite-chip-border-color": {
shadowSelector: `.${CSS.container}`,
targetProp: "borderColor",
Expand Down

0 comments on commit b6e6c97

Please sign in to comment.