没有合适的资源?快使用搜索试试~ 我知道了~
jest-mock-module:JJest SpyOn模块
共30个文件
ts:6个
json:6个
md:6个
需积分: 18 0 下载量 40 浏览量
2021-03-19
07:58:57
上传
评论
收藏 149KB ZIP 举报
温馨提示
笑话模拟模块 通过监视所有函数和属性来扩展玩笑,以允许对模块进行深度自动模拟。 介绍 入门 使用或安装扩展 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.zip (30个子文件)
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
bug_report.md 799B
feature_request.md 560B
workflows
nodejs.yml 963B
dependabot.yml 812B
dependabot.yml 144B
.prettierrc.json 155B
README.md 2KB
tests
mocks
hello.ts 206B
index.ts 135B
index.test.ts 3KB
__snapshots__
index.test.ts.snap 294B
.eslintignore 72B
typings
globals.d.ts 2KB
globals.js 19B
共 30 条
- 1
资源评论
机器好奇心
- 粉丝: 31
- 资源: 4597
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功