This commit is contained in:
MapleLeaf
2022-01-10 23:59:22 -06:00
parent 8482f6e91a
commit e93506409f
3 changed files with 4 additions and 19 deletions

View File

@@ -7,5 +7,3 @@ const app = execa("pnpm", ["start"], { stdio: "inherit" })
await waitOn({ resources: ["http-get://localhost:3000"] })
await cypress.run()
app.kill()
// eslint-disable-next-line unicorn/no-process-exit
process.exit(0)