remove implied init from localStorage unit tests

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
Arthur Lu 2022-11-18 14:08:19 -08:00
parent 425bc45453
commit f6a9fb7fc5

View File

@ -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", () => {