chore: upgrade jest everywhere (#7703)

This commit is contained in:
Riqwan Thamir
2024-06-14 07:35:30 +02:00
committed by GitHub
parent f138339cbc
commit 3d33f06e77
67 changed files with 364 additions and 2942 deletions

View File

@@ -4,14 +4,13 @@ import {
TransactionTimeoutError,
WorkflowManager,
} from "@medusajs/orchestration"
import { RemoteQueryFunction } from "@medusajs/types"
import { IWorkflowEngineService, RemoteQueryFunction } from "@medusajs/types"
import { TransactionHandlerType, TransactionStepState } from "@medusajs/utils"
import { IWorkflowEngineService } from "@medusajs/workflows-sdk"
import { knex } from "knex"
import { setTimeout } from "timers/promises"
import "../__fixtures__"
import { DB_URL, TestDatabase } from "../utils"
import { createScheduled } from "../__fixtures__/workflow_scheduled"
import { DB_URL, TestDatabase } from "../utils"
const sharedPgConnection = knex<any, any>({
client: "pg",