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 bdca06da0f..b8e51260c4 100644 --- a/docs/content/2.guide/6.going-further/7.testing.md +++ b/docs/content/2.guide/6.going-further/7.testing.md @@ -164,7 +164,7 @@ We can create a test file and use the `rootDir` to test the fixture. ```ts // basic.test.js -import { describe, it } from 'vitest' +import { describe, it, expect } from 'vitest' import { fileURLToPath } from 'node:url' import { setup, $fetch } from '@nuxt/test-utils-edge'