chore: Cleanup
This commit is contained in:
		
							parent
							
								
									2d5988552f
								
							
						
					
					
						commit
						b24f577975
					
				
					 6 changed files with 30 additions and 16 deletions
				
			
		|  | @ -22,7 +22,7 @@ export async function setup(): Promise<void> { | |||
|     }); | ||||
| 
 | ||||
|     // Spin up the backend
 | ||||
|     backendProcess = spawn("tsx", ["--env-file=.env.development.example", "tool/startTestApp.ts"], { | ||||
|     backendProcess = spawn("tsx", ["--env-file=.env.test", "tool/startTestApp.ts"], { | ||||
|         cwd: "../backend", | ||||
|         stdio: "inherit", | ||||
|         env: { | ||||
|  |  | |||
		Reference in a new issue