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( {}} />); }); ```