mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2024-11-10 05:34:44 +00:00
remove implied init from localStorage unit tests
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
425bc45453
commit
f6a9fb7fc5
@ -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", () => {
|
||||
|
Loading…
Reference in New Issue
Block a user