UNPKG

vibecode-party-starter

Version:

A Next.js starter project for vibecoding Saas apps with auth, payments, email, and more

8 lines (7 loc) 190 B
import { setupTestDatabase } from "./utils/db-reset" /** * Global setup function that runs before all tests */ export default async function globalSetup() { await setupTestDatabase() }