Todo
This commit is contained in:
9
e2e/global-setup.ts
Normal file
9
e2e/global-setup.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { execSync } from "node:child_process"
|
||||
|
||||
async function globalSetup() {
|
||||
execSync("bun run db:generate", {
|
||||
stdio: "inherit",
|
||||
})
|
||||
}
|
||||
|
||||
export default globalSetup
|
||||
Reference in New Issue
Block a user