gpt4 book ai didi

javascript - Jest 中的渲染方法

转载 作者:行者123 更新时间:2023-11-30 20:55:48 27 4
gpt4 key购买 nike

在 Jest 测试中可用的 render 方法是否只是调用 ReactDOM.render

结果是最终 HTML 的某种中间表示吗?

最佳答案

到目前为止,Jest 没有提供这样的方法。 API 上没有与此相关的内容.

enzyme 有这样的功能,你可以使用html()包装器的方法。

const wrapper = shallow(<Bar />);
const output = wrapper.html();

关于javascript - Jest 中的渲染方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47679179/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com