add sorting and filtering localStorage helper functions,

add new unit tests for new helper functions

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
Arthur Lu
2022-11-26 15:37:48 -08:00
parent 4c649e7770
commit 9ff58a1c2c
3 changed files with 219 additions and 6 deletions

View File

@@ -27,7 +27,7 @@ describe("test App end to end", async () => {
}
catch (error) {
await console.log("❌ failed to connect to localhost webserver on port 8080");
await exit(1);
//await exit(1);
}
});