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
Small fix on README.md
The `.toHaveValue` example for the select verifies for `.not.toHaveValue`, but the code example has these two options selected.
That means it _should_ have this value, so I removed the `.not` part to have the test example match the code example.
0 commit comments