如何使用React测试库重新加载屏幕?

发布于 2025-01-23 02:57:49 字数 237 浏览 0 评论 0原文

我正在使用React测试库( https://testing-library.com/ )在两次测试之间,我更改全局值(会更改应用程序的布局),但是屏幕不会进行这些更新。 我的临时解决方案是导入一个设置全球的文件,但这只能在整个文件中使用一次。我需要某种方法来刷新页面上的新全局值。

I am using the react testing library (https://testing-library.com/) and I am having an issue where in between tests I change global values (that change the layout of the app) but the screen will not do these updates.
My temporary solution is to import a file where I set the globals but that will only work once for the whole file. I need some way to refresh the page with the new global values.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文