Skip to content

Commit c0e8da8

Browse files
committed
Update Button.test.ts
1 parent 0a9fae0 commit c0e8da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/stacks-svelte/src/components/Button/Button.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ describe("Button", () => {
129129
expect(screen.getByRole("button")).to.have.class("s-btn__link");
130130
});
131131

132-
it("should render the loading component when loading prop is provided", () => {
132+
it("should render the loader component when loading prop is provided", () => {
133133
render(Button, {
134134
loading: true,
135135
children,

0 commit comments

Comments
 (0)