diff --git a/docs/content/2.guide/6.going-further/7.testing.md b/docs/content/2.guide/6.going-further/7.testing.md index bfcc9ad876d..582a6dd87d0 100644 --- a/docs/content/2.guide/6.going-further/7.testing.md +++ b/docs/content/2.guide/6.going-further/7.testing.md @@ -20,7 +20,7 @@ In each `describe` block where you are taking advantage of the `@nuxt/test-utils import { describe, test } from 'vitest' import { setup, $fetch } from '@nuxt/test-utils-edge' -describe('My test', () => { +describe('My test', async () => { await setup({ // test context options })