Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioCastigliano committed Dec 2, 2024
1 parent 0d7c0a1 commit cb29e4d
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 cb29e4d

Please sign in to comment.