Replies: 1 comment 1 reply
-
Maybe we need to use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All, I want to try contribute in this library.
So, I searched for the issue in the repo and found a bug issue #2741 , I tried to fix the bug but when I made a test, the test always passed which is not expected.
running with
I expect this test is fail but why the test still passed ?
I try added console.log to make sure and found that second console.log never appear which is because findByText function throw an error
anyone know what's wrong with this ?
btw I'm using Ubuntu 20.04 and all my project using jest is fine except this one
Beta Was this translation helpful? Give feedback.
All reactions