mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-01 12:44:43 +00:00
log error
This commit is contained in:
parent
165fc3fbf1
commit
4745de4f58
@ -16,7 +16,11 @@ let db: MySql2Database
|
||||
beforeAll(async () => {
|
||||
await appDB.init()
|
||||
db = appDB.getDrizzleDataSource()
|
||||
try {
|
||||
await db.delete(openaiThreadsTable)
|
||||
} catch(e) {
|
||||
console.error(JSON.stringify(e, null, 2))
|
||||
}
|
||||
})
|
||||
afterAll(async () => {
|
||||
await appDB.destroy()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user