You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have just simple code when I want to write unit test if generates correct iframe code for youtube with correct video title but when I am using react-testing-library it just generates empty divs with these structure: <div class="" > <div class="" id="" /> </div> </div>
Could you please provide code with simple unit test
The text was updated successfully, but these errors were encountered:
I have just simple code when I want to write unit test if generates correct iframe code for youtube with correct video title but when I am using react-testing-library it just generates empty divs with these structure:
<div class="" > <div class="" id="" /> </div> </div>
Could you please provide code with simple unit test
The text was updated successfully, but these errors were encountered: