mirror of
				https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
				synced 2025-10-30 19:46:49 +00:00 
			
		
		
		
	fix testenv unit test naming
This commit is contained in:
		| @@ -69,7 +69,7 @@ describe("test localStorage mock", () => { | ||||
| 		expect(getFromLocal("testkey4")).toBe(null); | ||||
| 	}); | ||||
|  | ||||
| 	test("test delete and fetch", () => { | ||||
| 	test("test clear and fetch", () => { | ||||
| 		let window = environment(); | ||||
| 		saveToLocal("testkey1", "testvalue1"); | ||||
| 		saveToLocal("testkey2", "testvalue2"); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user