Skip to content

Commit

Permalink
sp-buttonのテスト名を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
oki07 committed Nov 30, 2024
1 parent d3ae46b commit 46d2234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/button/sp-button.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "<sp-button icon='edit'></sp-button>";
Expand Down

0 comments on commit 46d2234

Please sign in to comment.