Files
pnpm/__utils__/jest-config/package.json
Brandon Cheng 1a5b5beea2 build: replace ts-jest with simple transformer (#10579)
* test: use `import type` in more places

Several tests are failing because a module isn't being mocked. This is
due to the mocked module being imported before the mock being set up.

Switching to `import type` should elide the import fully.

* build: replace ts-jest with simple transformer

* chore: remove `ts-jest`

* chore: remove babel dependencies from root project

* ci: use Node.js 22.13.0 (instead of 22.12.0)

Node.js 22.13.0 introduces the `stripTypeScriptTypes` function

* fix: copilot feedback
2026-02-09 11:35:22 +01:00

26 lines
640 B
JSON

{
"name": "@pnpm/jest-config",
"version": "1000.0.5",
"private": true,
"main": "jest-preset.js",
"type": "module",
"dependencies": {
"@babel/core": "catalog:",
"@babel/plugin-transform-explicit-resource-management": "catalog:",
"@pnpm/registry-mock": "catalog:",
"@pnpm/worker": "workspace:*",
"get-port": "catalog:",
"tree-kill": "catalog:"
},
"devDependencies": {
"@pnpm/jest-config": "workspace:*",
"pnpm": "workspace:*",
"ts-jest-resolver": "catalog:"
},
"keywords": [
"pnpm",
"pnpm11"
],
"repository": "https://github.com/pnpm/pnpm/tree/main/__utils__/jest-config"
}