♻️ Remove @typebot.io/schemas from @typebot.io/lib
This commit is contained in:
6
packages/playwright/globalSetup.ts
Normal file
6
packages/playwright/globalSetup.ts
Normal file
@ -0,0 +1,6 @@
|
||||
import { setupDatabase, teardownDatabase } from './databaseSetup'
|
||||
|
||||
export const globalSetup = async () => {
|
||||
await teardownDatabase()
|
||||
await setupDatabase()
|
||||
}
|
Reference in New Issue
Block a user