mirror of
				https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
				synced 2025-10-31 03:46:50 +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(() => { | 	before(() => { | ||||||
| 		localStorage.clear(); | 		localStorage.clear(); | ||||||
| 		localStorage.setItem("activeIDS", JSON.stringify([])); |  | ||||||
| 		localStorage.setItem("nextID", JSON.stringify(0)); |  | ||||||
| 	}); | 	}); | ||||||
|  |  | ||||||
| 	it("test localStorage state after init", () => { | 	it("test localStorage state after init", () => { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user