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
It would be nice to have a blue (or a different color) square for todo blocks? It would be beneficial to visually see that there are areas that are not complete yet.
Example code: The normal it block should be green/red depending on the test outcome. But the it.todo block should be blue marking that it isn't created yet.
it('Should not select when disabled',async()=>{})it.todo('Should not select when already selected');
The text was updated successfully, but these errors were encountered:
It would be nice to have a blue (or a different color) square for todo blocks? It would be beneficial to visually see that there are areas that are not complete yet.
Example code: The normal
it
block should be green/red depending on the test outcome. But theit.todo
block should be blue marking that it isn't created yet.The text was updated successfully, but these errors were encountered: