Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis authored and astrobot-houston committed Jun 20, 2024
1 parent 8af5a60 commit 39a0e4c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,7 @@ test('applies custom property if start attribute is used', () => {

test('custom property for start count does not interfere with custom styles', () => {
const { html } = processSteps(`<ol start="20" style="color: red"><li>Step one</li></ol>`);
expect(html).toMatchInlineSnapshot(`"<ol start="20" style="--sl-steps-start: 19;color: red" role="list" class="sl-steps"><li>Step one</li></ol>"`);
expect(html).toMatchInlineSnapshot(
`"<ol start="20" style="--sl-steps-start: 19;color: red" role="list" class="sl-steps"><li>Step one</li></ol>"`
);
});

0 comments on commit 39a0e4c

Please sign in to comment.