Skip to content

Commit

Permalink
added spec back
Browse files Browse the repository at this point in the history
  • Loading branch information
eljefe223 committed Sep 23, 2020
1 parent a4d0b3b commit 98a2265
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/web-components/src/badge/badge.spec.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { FluentBadge } from ".";

describe("The fluent-badge component", () => {
it("adds its appearance as a host class", () => {
const badge = new FluentBadge();
badge.classList.contains("lightweight");
});
});

0 comments on commit 98a2265

Please sign in to comment.