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",

View File

@@ -37,7 +37,7 @@
"@medusajs/types": "^1.11.16",
"@mikro-orm/cli": "5.9.7",
"cross-env": "^5.2.1",
"jest": "^29.6.3",
"jest": "^29.7.0",
"medusa-test-utils": "^1.1.44",
"rimraf": "^3.0.2",
"ts-jest": "^29.1.1",