Skip to content

Commit b21b0db

Browse files
committed
fixup: prettier
1 parent 402e2b4 commit b21b0db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/svelte-testing-library/example.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ test('greeting appears on click', async () => {
7171

7272
## Events
7373

74-
Events can be tested using spy functions.
75-
If you're using Vitest you can use [`vi.fn()`][vi-fn] to create a spy.
74+
Events can be tested using spy functions. If you're using Vitest you can use
75+
[`vi.fn()`][vi-fn] to create a spy.
7676

7777
:::info
7878

0 commit comments

Comments
 (0)