 73a84fa3ef
			
		
	
	
		73a84fa3ef
		
	
	
	
	
		
			
			Dit was nodig om ervoor te zorgen dat de gebouwde applicatie ook haar dependencies vindt.
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			175 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			175 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| import {initORM} from "../src/orm.js";
 | |
| import dotenv from "dotenv";
 | |
| 
 | |
| export async function setupTestApp() {
 | |
|     dotenv.config({path: ".env.test"});
 | |
|     await initORM(true);
 | |
| }
 |