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`: