UNPKG

jest-mock

Version:

**Note:** More details on user side API can be found in [Jest documentation](https://jestjs.io/docs/mock-function-api).

35 lines (34 loc) 808 B
{ "name": "jest-mock", "version": "30.5.0", "repository": { "type": "git", "url": "https://github.com/jestjs/jest.git", "directory": "packages/jest-mock" }, "license": "MIT", "main": "./build/index.js", "types": "./build/index.d.ts", "exports": { ".": { "types": "./build/index.d.ts", "require": "./build/index.js", "import": "./build/index.mjs", "default": "./build/index.js" }, "./package.json": "./package.json" }, "dependencies": { "@jest/expect-utils": "30.5.0", "@jest/types": "30.5.0", "@types/node": "*", "jest-util": "30.5.0" }, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" }, "publishConfig": { "access": "public" }, "gitHead": "912baa37afaa979e8179240c238cb493f960527a" }