cleanup e2e test code

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
Arthur Lu 2022-11-26 16:03:47 -08:00
parent 9ff58a1c2c
commit 39aa535864

View File

@ -1,7 +1,6 @@
import {strict as assert} from "node:assert";
import {describe, it, before, after} from "mocha";
import puppeteer from "puppeteer-core";
import {exit} from "node:process";
import {setReviewForm, checkCorrectness} from "./appTestHelpers.js";
describe("test App end to end", async () => {
@ -27,7 +26,6 @@ describe("test App end to end", async () => {
}
catch (error) {
await console.log("❌ failed to connect to localhost webserver on port 8080");
//await exit(1);
}
});