如何使用React测试库重新加载屏幕?
我正在使用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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论