mirror of
				https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
				synced 2025-10-30 19:46:49 +00:00 
			
		
		
		
	add template for unittest abstraction layer
This commit is contained in:
		
							
								
								
									
										7
									
								
								unittest/unittest.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								unittest/unittest.js
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,7 @@ | |||||||
|  | function environment(name, tests) {} | ||||||
|  |  | ||||||
|  | function test(name, items) {} | ||||||
|  |  | ||||||
|  | function item(name, method) {} | ||||||
|  |  | ||||||
|  | function assert(result, expected) {} | ||||||
		Reference in New Issue
	
	Block a user