zip tap:一个快速的基于承诺的TAP测试库 源码
Psst-想要这个模块的记者吗? 转到此处-> 轻按 快速的,基于承诺的TAP测试库 安装 npm i -D zip-tap 用法 语法简单,易于阅读且熟悉。 const { tests , describe } = require ( 'zip-tap' ) ; describe ( `passing tests` , it => { it ( `should add` , expect => { expect ( 1 + 1 ) . toBe ( 2 ) ; } ) ; it ( `should be the right type` , expect => { expec
文件列表
zip-tap-master.zip
(预估有个25文件)
zip-tap-master
rollup.config.js
898B
.github
workflows
nodejs.yml
624B
.prettierignore
73B
src
expect.ts
2KB
it.ts
712B
describe.ts
439B
暂无评论