test: kill app with sigkill

This commit is contained in:
MapleLeaf
2022-01-10 23:19:16 -06:00
parent 2b3b8953d0
commit d9dd4d5307

View File

@@ -6,4 +6,4 @@ await execa("pnpm", ["build"], { stdio: "inherit" })
const app = execa("pnpm", ["start"], { stdio: "inherit" })
await waitOn({ resources: ["http-get://localhost:3000"] })
await cypress.run()
app.kill()
app.kill("SIGKILL")