From 32f48ae65afcd99032f21768f119da103ad403a3 Mon Sep 17 00:00:00 2001 From: Sander Date: Mon, 19 Aug 2024 18:45:22 +0200 Subject: [PATCH] Update docs/src/test-components-js.md Co-authored-by: Dmitry Gozman Signed-off-by: Sander --- docs/src/test-components-js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/test-components-js.md b/docs/src/test-components-js.md index 0a9b9cf431..6b73486345 100644 --- a/docs/src/test-components-js.md +++ b/docs/src/test-components-js.md @@ -432,7 +432,7 @@ Or alternatively, using the `jsx` style: import { test } from '@playwright/experimental-ct-vue'; test('callback', async ({ mount }) => { - const component = await mount( {}} />); + const component = await mount( {}} />); }); ```