jest-mock-module:JJest SpyOn模块

时间:2024-04-08 01:45:37
【文件属性】:

文件名称:jest-mock-module:JJest SpyOn模块

文件大小:149KB

文件格式:ZIP

更新时间:2024-04-08 01:45:37

mock module jest-mock jest-spyon TypeScript

笑话模拟模块 通过监视所有函数和属性来扩展玩笑,以允许对模块进行深度自动模拟。 介绍 入门 使用或安装扩展 npm install -D " jest-mock-module " 用法示例 // src/example.js module . exports = { testing : "123" ; nested: { test: ( ) => true ; testing: "456" ; } } import * as mock from "jest-mock-module" ; mock . extend ( jest ) ; jest . spy ( "src/example" ) ; const example = require ( "src/example" ) ; // Check module object properties jest


【文件预览】:
jest-mock-module-master
----.eslintrc.json(1KB)
----tsconfig.prod.json(82B)
----.gitignore(32B)
----.babelrc(39B)
----package.json(3KB)
----Makefile(30B)
----package-lock.json(843KB)
----src()
--------index.ts(3KB)
--------utils.ts(649B)
----.nvmrc(8B)
----CONTRIBUTING.md(2KB)
----CODE_OF_CONDUCT.md(3KB)
----LICENSE(1KB)
----tsconfig.json(375B)
----.github()
--------PULL_REQUEST_TEMPLATE.md(224B)
--------CODEOWNERS(0B)
--------ISSUE_TEMPLATE()
--------workflows()
--------dependabot.yml(144B)
----.prettierrc.json(155B)
----README.md(2KB)
----tests()
--------mocks()
--------index.test.ts(3KB)
--------__snapshots__()
----.eslintignore(72B)
----typings()
--------globals.d.ts(2KB)
--------globals.js(19B)

网友评论