qunit assertions extra:与qunit一起使用的有用断言的集合 源码
qunit-assertions-extra 与qunit一起使用的有用断言的集合。 assert . contains ( 'Hello there!' , 'Hello' ) ; assert . contains ( [ 1 , 3 ] , 3 ) ; assert . matches ( 'Hello there!' , /Hello/ ) ; 安装 yarn add --dev qunit-assertions-extra npm install --save-dev qunit-assertions-extra 然后,在初始化qunit测试的任何地方,添加 import 'qu
文件列表
qunit-assertions-extra-master.zip
(预估有个61文件)
qunit-assertions-extra-master
rollup.config.js
530B
.github
workflows
tests.yml
676B
yarn.lock
255KB
.eslintrc.js
797B
babel.config.js
249B
lib
assertions
暂无评论