文件名称:dainte:Svelte组件的无痛测试
文件大小:94KB
文件格式:ZIP
更新时间:2024-02-26 19:50:43
testing svelte TestingJavaScript
丹特 受酶的启发,对Svelte组件进行无痛测试。 :clinking_glasses: 同时测试Svelte运行时和SSR :performing_arts: 零配置与Jest兼容 :robot_face: 低级编译选项以确保测试与产品匹配 :magnifying_glass_tilted_right: 组件“状态”自省 用法 dainte.compile result: { // Compiled Svelte component class Component , // Alias to component as specified or inferred name [ name ] , } = await dainte . compile ( source : string , optio
【文件预览】:
dainte-master
----.eslintrc.json(318B)
----.dependabot()
--------config.yml(307B)
----rollup.config.js(522B)
----.github()
--------workflows()
----yarn.lock(224KB)
----.prettierignore(5B)
----src()
--------index.js(6KB)
----babel.config.js(209B)
----.npmignore(9B)
----README.md(6KB)
----prettier.config.js(124B)
----tests()
--------fixtures()
--------test.js(1KB)
----.gitignore(2KB)
----.eslintignore(23B)
----package.json(1KB)