开箱即用:开箱即用的实用程序,用于创建同一测试的变体

时间:2024-02-27 01:38:30
【文件属性】:

文件名称:开箱即用:开箱即用的实用程序,用于创建同一测试的变体

文件大小:57KB

文件格式:ZIP

更新时间:2024-02-27 01:38:30

testing jest test TestingJavaScript

开玩笑 实用程序,用于创建同一测试的变体 例 import { add , subtract } from './math' ; import cases from 'jest-in-case' ; cases ( 'add(augend, addend)' , opts => { expect ( add ( opts . augend , opts . addend ) ) . toBe ( opts . total ) ; } , [ { name : '1 + 1 = 2' , augend : 1 , addend : 1 , total : 2 } , { name :


【文件预览】:
jest-in-case-master
----index.js(1KB)
----test.js(4KB)
----flow-typed()
--------npm()
----.flowconfig(48B)
----package.json(503B)
----LICENSE(1KB)
----.gitignore(19B)
----README.md(3KB)
----yarn.lock(131KB)

网友评论