docs: add missing end block

This commit is contained in:
Daniel Roe 2024-03-19 10:43:38 +00:00
parent a258bfc347
commit f55f747984
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B
1 changed files with 1 additions and 0 deletions

View File

@ -543,6 +543,7 @@ export default defineConfig<ConfigOptions>({
``` ```
::read-more{title="See full example config" to="https://github.com/nuxt/test-utils/blob/main/examples/app-playwright/playwright.config.ts" target="_blank"} ::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`: Your test file should then use `expect` and `test` directly from `@nuxt/test-utils/playwright`: