Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jeluard committed Jan 22, 2024
1 parent 6e1cc2f commit bc63746
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/prover/test/e2e/cli/cmds/start.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ describe("prover/start", () => {
await sleep(3000);
}, 50000);


afterAll(async () => {
if (proc) {
await stopChildProcess(proc);
Expand Down

0 comments on commit bc63746

Please sign in to comment.