From 29495e316f4514ea80154dcba2a87d453de30641 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 16 Mar 2025 10:11:04 +0000 Subject: [PATCH] feat(roll): roll to ToT Playwright (16-03-25) --- nodejs/docs/test-components.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs/docs/test-components.mdx b/nodejs/docs/test-components.mdx index beb4ad2a57a..c4be070d004 100644 --- a/nodejs/docs/test-components.mdx +++ b/nodejs/docs/test-components.mdx @@ -465,7 +465,7 @@ test('configure routing through hooks config', async ({ page, mount }) => { - + ```js title="playwright/index.ts" import { beforeMount, afterMount } from '@playwright/experimental-ct-vue/hooks';