Skip to content

Commit

Permalink
test(sbb-mini-button-group): fix ssr test
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMenga committed Jul 24, 2024
1 parent a0af8d3 commit d0fbe99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe(`sbb-mini-button-group ssr`, () => {
<sbb-mini-button icon-name="pen-small"></sbb-mini-button>
</sbb-mini-button-group>`,
{
modules: ['./mini-button-group.js', '../divider/divider.js', '../button/mini-button.js'],
modules: ['./mini-button-group.js', '../../divider/divider.js', '../mini-button.js'],
},
);
});
Expand Down

0 comments on commit d0fbe99

Please sign in to comment.