From f55f7479849e2ea913251c3681e1f627fb61c261 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Tue, 19 Mar 2024 10:43:38 +0000 Subject: [PATCH] docs: add missing end block --- docs/1.getting-started/11.testing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/1.getting-started/11.testing.md b/docs/1.getting-started/11.testing.md index 2b3c50619ff4..729b830beaa1 100644 --- a/docs/1.getting-started/11.testing.md +++ b/docs/1.getting-started/11.testing.md @@ -543,6 +543,7 @@ export default defineConfig({ ``` ::read-more{title="See full example config" to="https://github.com/nuxt/test-utils/blob/main/examples/app-playwright/playwright.config.ts" target="_blank"} +:: Your test file should then use `expect` and `test` directly from `@nuxt/test-utils/playwright`: