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

WIP: chore(typescript): add TypeScript typings #16

Merged
merged 2 commits into from
Oct 11, 2018

Commits on Sep 12, 2018

  1. chore(typescript): add type for getByTestId

    I'm not sure if this is the correct type, but it does at least allow chaining to work
    aaronmcadam committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    571a85e View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2018

  1. first pass at copying dom-testing-library

    there's a few things I'm unsure of:
    
    * should we shadow the typings directory of dom-testing-library for easier maintainance?
    * allBy methods: will the list of items be typed correctly?
    aaronmcadam committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    3635382 View commit details
    Browse the repository at this point in the history