mirror of
				https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
				synced 2025-10-30 19:46:49 +00:00 
			
		
		
		
	remove implied init from localStorage unit tests
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
		| @@ -6,8 +6,6 @@ describe("test app localStorage interaction", () => { | ||||
| 	 | ||||
| 	before(() => { | ||||
| 		localStorage.clear(); | ||||
| 		localStorage.setItem("activeIDS", JSON.stringify([])); | ||||
| 		localStorage.setItem("nextID", JSON.stringify(0)); | ||||
| 	}); | ||||
|  | ||||
| 	it("test localStorage state after init", () => { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user