exit
This commit is contained in:
@@ -7,3 +7,5 @@ const app = execa("pnpm", ["start"], { stdio: "inherit", detached: true })
|
|||||||
await waitOn({ resources: ["http-get://localhost:3000"] })
|
await waitOn({ resources: ["http-get://localhost:3000"] })
|
||||||
await cypress.run()
|
await cypress.run()
|
||||||
process.kill(app.pid!, "SIGKILL")
|
process.kill(app.pid!, "SIGKILL")
|
||||||
|
// eslint-disable-next-line unicorn/no-process-exit
|
||||||
|
process.exit(0)
|
||||||
|
|||||||
Reference in New Issue
Block a user