remove log in test script

This commit is contained in:
MapleLeaf
2022-01-12 13:31:58 -06:00
parent cda69a0c85
commit 62300d23ca

View File

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