mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2025-09-10 08:27:20 +00:00
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:
@@ -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);
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user