文件名称:nanoTest:快速,有效,小型的测试框架
文件大小:7KB
文件格式:ZIP
更新时间:2024-06-02 23:08:03
JavaScript
超级简单,快速,主动维护的测试工具套件。 纳米单元测试 超小型单元测试。 安装 npm install nanoTest 用法 const functest = require ( "nanoTest" ) ; const test = new funtest ( ) ; test . add ( "example test" , ( ) => { return 93 } , "==" , "93" ) ; test . add ( "example test 2" , ( ) => { return 93 } , "==" , 93 ) ; test . add ( "example test 3" ,
【文件预览】:
nanoTest-master
----index.js(6KB)
----test.js(2KB)
----package.json(783B)
----.eslintrc.json(617B)
----.github()
--------workflows()
----test(2KB)
----.npmignore(694B)
----.gitignore(2KB)
----.npmrc(19B)
----README.md(1003B)
----.editorconfig(117B)
----.gitattributes(19B)