fix testenv unit test naming

This commit is contained in:
Arthur Lu 2022-11-06 22:53:14 +00:00
parent 2d4f8e48c2
commit f5b2953c33

View File

@ -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");