From 39a0e4c9d50c94827b8179f7959d94edd65f1097 Mon Sep 17 00:00:00 2001 From: delucis Date: Thu, 20 Jun 2024 18:09:43 +0000 Subject: [ci] format --- packages/starlight/__tests__/remark-rehype/rehype-steps.test.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/starlight/__tests__/remark-rehype/rehype-steps.test.ts b/packages/starlight/__tests__/remark-rehype/rehype-steps.test.ts index 273788e6..a7081023 100644 --- a/packages/starlight/__tests__/remark-rehype/rehype-steps.test.ts +++ b/packages/starlight/__tests__/remark-rehype/rehype-steps.test.ts @@ -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(`
  1. Step one
`); - expect(html).toMatchInlineSnapshot(`"
  1. Step one
"`); + expect(html).toMatchInlineSnapshot( + `"
  1. Step one
"` + ); }); -- cgit