rescript-test:用于ReScript的轻量级测试框架

时间:2024-06-05 11:13:06
【文件属性】:

文件名称:rescript-test:用于ReScript的轻量级测试框架

文件大小:24KB

文件格式:ZIP

更新时间:2024-06-05 11:13:06

ReScript

ReScriptTest 用于ReScript的轻量级测试框架 安装 在控制台中运行以下命令: $ yarn add --dev rescript-test 然后将rescript-test添加到bsconfig.json的bs-dev-dependencies : { "bs-dev-dependencies": [ + "rescript-test", ] } 用法 $ # All tests $ retest test/ ** / * .bs.js $ # Single file $ retest test/MyTest.bs.js 使用DOM测试 测试框架可以使用模拟浏览器以激活它,只需添加--with-dom选项即可。 $ # All tests $ retest --with-dom test/ ** / * .bs.js $ # Single


【文件预览】:
rescript-test-main
----bin()
--------retest.mjs(1KB)
----HISTORY.md(1KB)
----package.json(704B)
----.github()
--------workflows()
----test()
--------TestAllFail.res(600B)
--------TestAllPass.res(2KB)
--------TestVarious.res(2KB)
--------BasicExample.res(1KB)
----src()
--------Test.res(7KB)
--------Test.resi(780B)
----bsconfig.json(458B)
----.gitignore(241B)
----README.md(5KB)
----yarn.lock(29KB)
----MIT-LICENSE(1KB)
----.gitattributes(67B)

网友评论