1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00

Race conditions

This commit is contained in:
adrinr 2023-01-31 22:50:52 +00:00
parent 2ab3680538
commit abe3e2921f
3 changed files with 2 additions and 0 deletions

View file

@ -10,6 +10,7 @@ describe("test the link controller", () => {
let table1, table2, appId
beforeEach(async () => {
config.modeCloud()
const app = await config.init()
appId = app.appId
const { _id } = await config.createTable()

View file

@ -147,6 +147,7 @@ class TestConfiguration {
await this.createSession(this.tenant1User!)
})
} catch (e: any) {
console.log(e)
throw new Error(e.message)
}
}