Skip to content

Commit 1745621

Browse files
committed
chore: formatting
1 parent 8dcf6be commit 1745621

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/declaration-signature-to-html.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,7 @@ test("empty signature", async () => {
108108
},
109109
(s) => undefined,
110110
),
111-
).resolves.toMatchInlineSnapshot(`"<pre class="shiki shiki-themes github-light github-dark" style="background-color:#f7f7f7;--shiki-dark-bg:#24292e;color:#24292e;--shiki-dark:#e1e4e8" tabindex="0"><code><span class="line"></span></code></pre>"`);
111+
).resolves.toMatchInlineSnapshot(
112+
`"<pre class="shiki shiki-themes github-light github-dark" style="background-color:#f7f7f7;--shiki-dark-bg:#24292e;color:#24292e;--shiki-dark:#e1e4e8" tabindex="0"><code><span class="line"></span></code></pre>"`,
113+
);
112114
});

0 commit comments

Comments
 (0)