From 46d2234a3f93ea3e3826fe73bfc4f0cc0e15491a Mon Sep 17 00:00:00 2001 From: oki07 Date: Sun, 1 Dec 2024 00:16:21 +0900 Subject: [PATCH] =?UTF-8?q?sp-button=E3=81=AE=E3=83=86=E3=82=B9=E3=83=88?= =?UTF-8?q?=E5=90=8D=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/button/sp-button.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/button/sp-button.test.ts b/tests/button/sp-button.test.ts index 0566741..2fb7b94 100644 --- a/tests/button/sp-button.test.ts +++ b/tests/button/sp-button.test.ts @@ -16,7 +16,7 @@ function queryIcon() { return queryByShadowRole(document.body, "img"); } -describe("ub-button", () => { +describe("sp-button", () => { describe("icon属性", () => { test("icon属性を設定すると、そのアイコンが表示される", async () => { document.body.innerHTML = "";