We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 402e2b4 commit b21b0dbCopy full SHA for b21b0db
docs/svelte-testing-library/example.mdx
@@ -71,8 +71,8 @@ test('greeting appears on click', async () => {
71
72
## Events
73
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.
+Events can be tested using spy functions. If you're using Vitest you can use
+[`vi.fn()`][vi-fn] to create a spy.
76
77
:::info
78
0 commit comments