diff --git a/administration/jest.config.ts b/administration/jest.config.ts index 8ac547e73..1ec605c01 100644 --- a/administration/jest.config.ts +++ b/administration/jest.config.ts @@ -2,9 +2,6 @@ import { type Config } from '@jest/types' const swcConfig = { jsc: { - experimental: { - plugins: [['jest_workaround', {}]], - }, transform: { react: { runtime: 'automatic', diff --git a/administration/package-lock.json b/administration/package-lock.json index 4ecb91507..9597f2b8e 100644 --- a/administration/package-lock.json +++ b/administration/package-lock.json @@ -57,7 +57,6 @@ "eslint-plugin-jest": "27.2.1", "identity-obj-proxy": "3.0.0", "jest": "29.5.0", - "jest_workaround": "0.76.0", "jest-environment-jsdom": "29.5.0", "jest-mock": "29.5.0", "prettier": "^2.8.4", @@ -15850,16 +15849,6 @@ } } }, - "node_modules/jest_workaround": { - "version": "0.76.0", - "resolved": "https://registry.npmjs.org/jest_workaround/-/jest_workaround-0.76.0.tgz", - "integrity": "sha512-hvuRXaWMMLqJHenO/bnNTSR23Vi1rRJtjNVMSByM0u8L7c35PsXlt59B5M+g4ucAkNITFJMS80y6tAzpnB5efQ==", - "dev": true, - "peerDependencies": { - "@swc/core": "^1.3.57", - "@swc/jest": "^0.2.26" - } - }, "node_modules/jest-changed-files": { "version": "29.5.0", "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-29.5.0.tgz", diff --git a/administration/package.json b/administration/package.json index 3a5ddbdb8..e5df0a98b 100644 --- a/administration/package.json +++ b/administration/package.json @@ -53,7 +53,6 @@ "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", "jest-mock": "29.5.0", - "jest_workaround": "0.76.0", "prettier": "^2.8.4", "ts-node": "10.9.1", "typescript": "^4.9.5"