fix: integration tests modules expectations (#6848)
**What** - fix tests - cleanup deprecated jest conf
This commit is contained in:
@@ -21,6 +21,8 @@ const afterEach_ = async () => {
|
||||
await TestDatabase.clearTables(sharedPgConnection)
|
||||
}
|
||||
|
||||
jest.setTimeout(50000)
|
||||
|
||||
describe("Workflow Orchestrator module", function () {
|
||||
describe("Testing basic workflow", function () {
|
||||
let workflowOrcModule: IWorkflowEngineService
|
||||
|
||||
Reference in New Issue
Block a user