Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioCastigliano committed Nov 19, 2024
1 parent 9008446 commit 8a4f2d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe(`sbb-loading-indicator-circle ssr`, () => {
root = await ssrHydratedFixture(
html`<sbb-loading-indicator-circle></sbb-loading-indicator-circle>`,
{
modules: ['./loading-indicator.js'],
modules: ['./loading-indicator-circle.js'],
},
);
});
Expand Down

0 comments on commit 8a4f2d5

Please sign in to comment.