mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-11-03 02:33:31 -05:00 
			
		
		
		
	
		
			
	
	
		
			15 lines
		
	
	
		
			226 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
		
		
			
		
	
	
			15 lines
		
	
	
		
			226 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| 
								 | 
							
								import path from "path";
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								export default {
							 | 
						||
| 
								 | 
							
								  test: {
							 | 
						||
| 
								 | 
							
								    globals: true,
							 | 
						||
| 
								 | 
							
								    environment: "jsdom",
							 | 
						||
| 
								 | 
							
								  },
							 | 
						||
| 
								 | 
							
								  resolve: {
							 | 
						||
| 
								 | 
							
								    alias: {
							 | 
						||
| 
								 | 
							
								      "@": path.resolve(__dirname, "."),
							 | 
						||
| 
								 | 
							
								      "~": path.resolve(__dirname, "."),
							 | 
						||
| 
								 | 
							
								    },
							 | 
						||
| 
								 | 
							
								  },
							 | 
						||
| 
								 | 
							
								};
							 |