Skip to content

Commit

Permalink
test(alert): fix import path of closebutton*
Browse files Browse the repository at this point in the history
  • Loading branch information
clukhei committed Aug 29, 2024
1 parent f9eb55c commit 729d480
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/alert.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import "./sgds-web-component";
import { assert, expect, fixture } from "@open-wc/testing";
import { html } from "lit";
import sinon from "sinon";
import type { SgdsAlert, SgdsCloseButton } from "../src/components";
import type { SgdsAlert } from "../src/components";
import type { SgdsCloseButton } from "../src/internals/CloseButton/sgds-close-button";

describe("<sgds-alert-heading>", () => {
it("the default tag is h4", async () => {
Expand Down

0 comments on commit 729d480

Please sign in to comment.