我正在使用React-Testing-Library,到目前为止,我的测试都通过了,但我有一个警告,我不能理解,也不知道如何解决。警告是…… console.error
Warning: An update to App inside a test was not wrapped in act(...).但还是有点不确定,如果这个警告以后可能会成为一个问题,我宁愿现在就解决。 任何帮助都将不胜感激。
我最近遇到了这个奇怪的问题。我正在使用react-testing-library,并试图做一个简单的更新。每当用户输入正确的名字,他们将获得10分,这将被记录在屏幕上。但是,目前新的分数没有被记录(我仍然保持在默认的分数,即0),并且我还会收到错误的消息:Cannot log after tests are done. Did you forget to wait for something async in your test? Attempted to log "Warning: An update to Pokemon inside a test was not wrapped