feat(backend): Repositories toegevoegd, databank unit-testbaar gemaakt.
This commit is contained in:
		
							parent
							
								
									2657e49ad6
								
							
						
					
					
						commit
						374de3b21a
					
				
					 15 changed files with 1672 additions and 45 deletions
				
			
		
							
								
								
									
										8
									
								
								backend/vitest.config.ts
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								backend/vitest.config.ts
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,8 @@ | |||
| import { defineConfig } from 'vitest/config'; | ||||
| 
 | ||||
| export default defineConfig({ | ||||
|     test: { | ||||
|         environment: 'node', | ||||
|         globals: true | ||||
|     } | ||||
| }); | ||||
		Reference in a new issue
	
	 Gerald Schmittinger
						Gerald Schmittinger