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

chore: migrate @jest/core to TypeScript #7998

Merged
merged 30 commits into from Mar 2, 2019
Merged

Commits on Feb 27, 2019

  1. Copy the full SHA
    7bbf001 View commit details
    Browse the repository at this point in the history
  2. fix some errors

    SimenB committed Feb 27, 2019
    Copy the full SHA
    2cf4192 View commit details
    Browse the repository at this point in the history
  3. link to PR

    SimenB committed Feb 27, 2019
    Copy the full SHA
    7b38a4a View commit details
    Browse the repository at this point in the history
  4. fix a couple more type errors

    SimenB committed Feb 27, 2019
    Copy the full SHA
    e48cd88 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    ec55efa View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    f15468c View commit details
    Browse the repository at this point in the history
  7. correct stream type

    SimenB committed Feb 27, 2019
    Copy the full SHA
    0dda5d9 View commit details
    Browse the repository at this point in the history
  8. play around with some tests

    SimenB committed Feb 27, 2019
    Copy the full SHA
    0f12413 View commit details
    Browse the repository at this point in the history
  9. fix test

    SimenB committed Feb 27, 2019
    Copy the full SHA
    6110e0b View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

  1. Copy the full SHA
    75a28e6 View commit details
    Browse the repository at this point in the history
  2. fix final errors

    SimenB committed Feb 28, 2019
    Copy the full SHA
    deaaf39 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b1fb018 View commit details
    Browse the repository at this point in the history
  4. fix type import of async_hooks

    SimenB committed Feb 28, 2019
    Copy the full SHA
    b787db0 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2019

  1. Copy the full SHA
    5345e40 View commit details
    Browse the repository at this point in the history
  2. add jest-validate reference

    SimenB committed Mar 1, 2019
    Copy the full SHA
    3d60689 View commit details
    Browse the repository at this point in the history
  3. lint

    SimenB committed Mar 1, 2019
    Copy the full SHA
    9153220 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    985c189 View commit details
    Browse the repository at this point in the history
  5. missing comma :/

    SimenB committed Mar 1, 2019
    Copy the full SHA
    366b04b View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2019

  1. Copy the full SHA
    8a24f0e View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-Authored-By: SimenB <sbekkhus91@gmail.com>
    jeysal and SimenB committed Mar 2, 2019
    Copy the full SHA
    0d34ddd View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a0db1a4 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ffc449a View commit details
    Browse the repository at this point in the history
  5. less optional args

    SimenB committed Mar 2, 2019
    Copy the full SHA
    3d424f8 View commit details
    Browse the repository at this point in the history
  6. private test scheduler

    SimenB committed Mar 2, 2019
    Copy the full SHA
    e90ea19 View commit details
    Browse the repository at this point in the history
  7. avoid Object type

    SimenB committed Mar 2, 2019
    Copy the full SHA
    b2437c4 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    ac82194 View commit details
    Browse the repository at this point in the history
  9. clarify ignore comment

    SimenB committed Mar 2, 2019
    Copy the full SHA
    aea4808 View commit details
    Browse the repository at this point in the history
  10. remove dead code

    SimenB committed Mar 2, 2019
    Copy the full SHA
    34edc50 View commit details
    Browse the repository at this point in the history
  11. less dumb test

    SimenB committed Mar 2, 2019
    Copy the full SHA
    ddf52ee View commit details
    Browse the repository at this point in the history
  12. WatchPluginClass

    jeysal authored and SimenB committed Mar 2, 2019
    Copy the full SHA
    b149594 View commit details
    Browse the repository at this point in the history