Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioCastigliano committed Oct 29, 2024
1 parent 3c80b6e commit 5efd68d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describe(`sbb-pearl-chain-legacy ssr`, () => {

beforeEach(async () => {
root = await ssrHydratedFixture(html`<sbb-pearl-chain-legacy></sbb-pearl-chain-legacy>`, {
modules: ['./pearl-chain.js'],
modules: ['./pearl-chain-legacy.js'],
});
});

Expand Down

0 comments on commit 5efd68d

Please sign in to comment.