We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5107dc0 commit c8f881bCopy full SHA for c8f881b
1 file changed
src/e2e/server.ts
@@ -28,8 +28,8 @@ export async function startServer(options: StartServerOptions = {}) {
28
PORT: String(port),
29
HOST: host,
30
NODE_ENV: 'development',
31
- ...options.env,
32
...ctx.options.env,
+ ...options.env,
33
},
34
35
})
@@ -66,8 +66,8 @@ export async function startServer(options: StartServerOptions = {}) {
66
67
68
NODE_ENV: 'test',
69
70
71
72
73
0 commit comments