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

Implement tests for type definitions in Jest #10407

Merged
merged 58 commits into from Aug 19, 2020

Commits on Aug 6, 2020

  1. Started working on tests

    smartclash committed Aug 6, 2020
    Copy the full SHA
    083e01d View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. Copy the full SHA
    09d8df1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    00024a0 View commit details
    Browse the repository at this point in the history
  3. Add it type tests

    SaurabhAgarwala committed Aug 11, 2020
    Copy the full SHA
    9d035fb View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f810f60 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    ee5a034 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    2903bf0 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. Fix eslint issueS

    smartclash committed Aug 12, 2020
    Copy the full SHA
    bd37c12 View commit details
    Browse the repository at this point in the history
  2. Fix config

    smartclash committed Aug 12, 2020
    Copy the full SHA
    f6e93c3 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2d4aecd View commit details
    Browse the repository at this point in the history
  4. Merge master

    smartclash committed Aug 12, 2020
    Copy the full SHA
    7927d6b View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    58f9d2a View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. Copy the full SHA
    8a8b3a0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ae0932f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5c30a6c View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    baaa5b3 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    06bb37f View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    73fd3c5 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    25abba7 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    68d4d1d View commit details
    Browse the repository at this point in the history
  9. Next batch of tests

    smartclash committed Aug 13, 2020
    Copy the full SHA
    955faa1 View commit details
    Browse the repository at this point in the history
  10. Next batch of tests

    smartclash committed Aug 13, 2020
    Copy the full SHA
    f1097eb View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    49730e4 View commit details
    Browse the repository at this point in the history
  12. Make tests pass

    smartclash committed Aug 13, 2020
    Copy the full SHA
    fddc123 View commit details
    Browse the repository at this point in the history
  13. Remove unsused import

    smartclash committed Aug 13, 2020
    Copy the full SHA
    71e943b View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. Revert "Upgrade jest types to ^26.0"

    This reverts commit 73fd3c5.
    smartclash committed Aug 14, 2020
    Copy the full SHA
    85a0c09 View commit details
    Browse the repository at this point in the history
  2. First batch of changes

    smartclash committed Aug 14, 2020
    Copy the full SHA
    6e4af8d View commit details
    Browse the repository at this point in the history
  3. Second batch of changes

    smartclash committed Aug 14, 2020
    Copy the full SHA
    1f8ccc3 View commit details
    Browse the repository at this point in the history
  4. Third batch of changes

    smartclash committed Aug 14, 2020
    Copy the full SHA
    7545656 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    984415b View commit details
    Browse the repository at this point in the history
  6. Finished done-callback

    smartclash committed Aug 14, 2020
    Copy the full SHA
    557977e View commit details
    Browse the repository at this point in the history
  7. Finished describe

    smartclash committed Aug 14, 2020
    Copy the full SHA
    c306c92 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    12a8925 View commit details
    Browse the repository at this point in the history
  9. Finish up it.test.ts

    smartclash committed Aug 14, 2020
    Copy the full SHA
    5dbb7b0 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    b254e34 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    881dfca View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. Use published packages

    smartclash committed Aug 17, 2020
    Copy the full SHA
    c41d028 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f5f41ff View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    871a037 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    93a0750 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. Deleted other tests

    smartclash committed Aug 18, 2020
    Copy the full SHA
    a79b2fd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    bb82d1f View commit details
    Browse the repository at this point in the history
  3. Make the PR checks pass

    smartclash committed Aug 18, 2020
    Copy the full SHA
    b2ea8b6 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a44245b View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    b109287 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    5926b8e View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. Copy the full SHA
    3c4372a View commit details
    Browse the repository at this point in the history
  2. Update jest-runner-tsd

    smartclash committed Aug 19, 2020
    Copy the full SHA
    687385d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    bf290cd View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    51e74fd View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    be9ae43 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    73f9a31 View commit details
    Browse the repository at this point in the history
  7. Removed projects

    smartclash committed Aug 19, 2020
    Copy the full SHA
    a642888 View commit details
    Browse the repository at this point in the history
  8. Removed demo failing test

    smartclash committed Aug 19, 2020
    Copy the full SHA
    08b54b7 View commit details
    Browse the repository at this point in the history
  9. Remove warnings

    smartclash committed Aug 19, 2020
    Copy the full SHA
    f6dc7b5 View commit details
    Browse the repository at this point in the history
  10. Update .eslintrc.js

    Co-authored-by: Simen Bekkhus <sbekkhus91@gmail.com>
    SaurabhAgarwala and SimenB committed Aug 19, 2020
    Copy the full SHA
    fa97a05 View commit details
    Browse the repository at this point in the history
  11. Add more tests

    smartclash committed Aug 19, 2020
    Copy the full SHA
    2c3f3a3 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    0bc621a View commit details
    Browse the repository at this point in the history