remove log in test script
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user