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
				
			
		|  | @ -4,6 +4,6 @@ describe("Sample test", () => { | |||
|     it("should sum to 2", () => { | ||||
|         const expected = 2; | ||||
|         const result = 1 + 1; | ||||
|         expect(result).toBe(expected); | ||||
|         expect(result).equals(expected); | ||||
|     }); | ||||
| }) | ||||
|  |  | |||
		Reference in a new issue
	
	 Gerald Schmittinger
						Gerald Schmittinger