10 lines
188 B
TypeScript
10 lines
188 B
TypeScript
import { workflowEngineTestSuite } from "./tests"
|
|
|
|
jest.setTimeout(5000000)
|
|
|
|
const env = {
|
|
MEDUSA_FF_MEDUSA_V2: false,
|
|
}
|
|
|
|
workflowEngineTestSuite(env, { force_modules_migration: true })
|