We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
server.deps
deps
1 parent 5ada22a commit 2b3c869Copy full SHA for 2b3c869
1 file changed
src/e2e/run.ts
@@ -37,8 +37,10 @@ export async function runTests(opts: RunTestOptions) {
37
{
38
root: opts.rootDir,
39
run: !opts.watch,
40
- deps: {
41
- inline: [/@nuxt\/test-utils/],
+ server: {
+ deps: {
42
+ inline: [/@nuxt\/test-utils/],
43
+ },
44
},
45
46
// Vite options
@@ -48,13 +50,15 @@ export async function runTests(opts: RunTestOptions) {
48
50
49
51
test: {
52
dir: opts.rootDir,
- inline: [
53
- distDir,
54
- '@nuxt/test-utils',
55
- '@nuxt/test-utils-nightly',
56
- '@nuxt/test-utils-edge',
57
- ],
+ inline: [
+ distDir,
+ '@nuxt/test-utils',
58
+ '@nuxt/test-utils-nightly',
59
+ '@nuxt/test-utils-edge',
60
+ ],
61
62
63
globals: true,
64
globalSetup: [
0 commit comments