Race conditions
This commit is contained in:
parent
2ab3680538
commit
abe3e2921f
|
@ -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()
|
||||
|
|
|
@ -147,6 +147,7 @@ class TestConfiguration {
|
|||
await this.createSession(this.tenant1User!)
|
||||
})
|
||||
} catch (e: any) {
|
||||
console.log(e)
|
||||
throw new Error(e.message)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue