mirror of
				https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
				synced 2025-10-30 19:46:49 +00:00 
			
		
		
		
	add module exports to unittest.js
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
		| @@ -4,4 +4,6 @@ function test(name, items) {} | ||||
|  | ||||
| function item(name, method) {} | ||||
|  | ||||
| function assert(result, expected) {} | ||||
| function assert(result, expected) {} | ||||
|  | ||||
| module.exports = {environment, test, item, assert}; | ||||
		Reference in New Issue
	
	Block a user