jest json schema:J Jest的JSON模式匹配器 源码
jest-json-schema JSON模式匹配器 想要为您对jest-json-schema贡献获得报酬吗? 将您的简历发送到 包含匹配器 toMatchSchema(schema) 验证对象是否与给定的匹配 it ( 'validates my json' , ( ) => { const schema = { properties : { hello : { type : 'string' } , } , required : [ 'hello' ] , } ; expect ( { hello : 'world' } ) . toM
文件列表
jest-json-schema-main.zip
(预估有个28文件)
jest-json-schema-main
.eslintrc.json
24B
.github
pull_request_template.md
2KB
workflows
stale.yml
721B
tests.yml
912B
health-check.yml
674B
release.yml
1003B
matchers
暂无评论