diff --git a/docs/2.guide/3.going-further/3.modules.md b/docs/2.guide/3.going-further/3.modules.md index b12d886821..1bc8a40de1 100644 --- a/docs/2.guide/3.going-further/3.modules.md +++ b/docs/2.guide/3.going-further/3.modules.md @@ -671,7 +671,7 @@ And its test: ```js [test/rendering.ts] import { describe, it, expect } from 'vitest' import { fileURLToPath } from 'node:url' -import { setup, $fetch } from '@nuxt/test-utils' +import { setup, $fetch } from '@nuxt/test-utils/e2e' describe('ssr', async () => { // 2. Setup Nuxt with this fixture inside your test file diff --git a/test/fixtures/spa-loader/app.vue b/test/fixtures/spa-loader/app.vue index b654005857..574b3e6fe0 100644 --- a/test/fixtures/spa-loader/app.vue +++ b/test/fixtures/spa-loader/app.vue @@ -1,8 +1,7 @@