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