Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cover uncovered areas with tests #68

Closed
5 tasks done
what1s1ove opened this issue Dec 5, 2023 · 1 comment · Fixed by #85
Closed
5 tasks done

Cover uncovered areas with tests #68

what1s1ove opened this issue Dec 5, 2023 · 1 comment · Fixed by #85
Assignees

Comments

@what1s1ove
Copy link
Owner

what1s1ove commented Dec 5, 2023

  • Skipping benned control elements
  • Nesting
    <form>
      <input name="firstname" />
      <fieldset name="user">
        <input name="firstname" />
      </fieldset>
    </form>
  • remove useless wrappers
  • remove screen from testing library
  • update readme with lates api changes
@what1s1ove
Copy link
Owner Author

Updates JS playgrounds on stackblitz.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant