chore(frontend): Verwijder test-app stdio
This commit is contained in:
		
							parent
							
								
									6edb86507c
								
							
						
					
					
						commit
						57b74163be
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		|  | @ -18,13 +18,11 @@ export async function setup(): Promise<void> { | ||||||
|     // Precompile needed packages
 |     // Precompile needed packages
 | ||||||
|     spawnSync("npx", ["tsc", "--build", "tsconfig.json"], { |     spawnSync("npx", ["tsc", "--build", "tsconfig.json"], { | ||||||
|         cwd: `../common`, |         cwd: `../common`, | ||||||
|         stdio: "inherit", |  | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     // Spin up the backend
 |     // Spin up the backend
 | ||||||
|     backendProcess = spawn("npx", ["tsx", "--env-file=.env.test", "tool/startTestApp.ts"], { |     backendProcess = spawn("npx", ["tsx", "--env-file=.env.test", "tool/startTestApp.ts"], { | ||||||
|         cwd: `../backend`, |         cwd: `../backend`, | ||||||
|         stdio: "inherit", |  | ||||||
|         env: { |         env: { | ||||||
|             ...process.env, |             ...process.env, | ||||||
|             NODE_ENV: "test", |             NODE_ENV: "test", | ||||||
|  |  | ||||||
		Reference in a new issue