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

TS migration jest-circus #7916

Merged
merged 44 commits into from Feb 22, 2019
Merged

TS migration jest-circus #7916

merged 44 commits into from Feb 22, 2019

Commits on Feb 16, 2019

  1. Migration to ts (part 1)

    doniyor2109 committed Feb 16, 2019
    Copy the full SHA
    1850348 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3309c3b View commit details
    Browse the repository at this point in the history
  3. Migration to ts (part 2)

    doniyor2109 committed Feb 16, 2019
    Copy the full SHA
    e89b57b View commit details
    Browse the repository at this point in the history
  4. Migration to ts (part 3)

    doniyor2109 committed Feb 16, 2019
    Copy the full SHA
    62d423c View commit details
    Browse the repository at this point in the history
  5. Minor tweaks

    doniyor2109 committed Feb 16, 2019
    Copy the full SHA
    6d18743 View commit details
    Browse the repository at this point in the history
  6. TS migration (part 4)

    doniyor2109 committed Feb 16, 2019
    Copy the full SHA
    f8d6b1c View commit details
    Browse the repository at this point in the history
  7. Wrong dts

    doniyor2109 committed Feb 16, 2019
    Copy the full SHA
    a279271 View commit details
    Browse the repository at this point in the history
  8. dts for co

    doniyor2109 committed Feb 16, 2019
    Copy the full SHA
    d0adc8e View commit details
    Browse the repository at this point in the history
  9. Added project references

    doniyor2109 committed Feb 16, 2019
    Copy the full SHA
    bd16585 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    017df40 View commit details
    Browse the repository at this point in the history
  11. Remove not ts module

    doniyor2109 committed Feb 16, 2019
    Copy the full SHA
    2ad24c1 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2019

  1. Copy the full SHA
    b033e2e View commit details
    Browse the repository at this point in the history
  2. No index file

    Co-Authored-By: doniyor2109 <doniyor2109@gmail.com>
    SimenB and doniyor2109 committed Feb 17, 2019
    Copy the full SHA
    f75fa0a View commit details
    Browse the repository at this point in the history
  3. Some tweaks

    doniyor2109 committed Feb 17, 2019
    Copy the full SHA
    0fad01d View commit details
    Browse the repository at this point in the history
  4. Some tweaks

    doniyor2109 committed Feb 17, 2019
    Copy the full SHA
    e982e1e View commit details
    Browse the repository at this point in the history
  5. Temp DiffOptions type

    doniyor2109 committed Feb 17, 2019
    Copy the full SHA
    2d82778 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    c76f342 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    6401264 View commit details
    Browse the repository at this point in the history
  8. Resolves

    doniyor2109 committed Feb 17, 2019
    Copy the full SHA
    6e11c8d View commit details
    Browse the repository at this point in the history
  9. Move @types/co to devDeps

    doniyor2109 committed Feb 17, 2019
    Copy the full SHA
    dd6cc0f View commit details
    Browse the repository at this point in the history
  10. Update packages/jest-circus/src/run.ts

    Co-Authored-By: doniyor2109 <doniyor2109@gmail.com>
    SimenB and doniyor2109 committed Feb 17, 2019
    Copy the full SHA
    ecdc291 View commit details
    Browse the repository at this point in the history
  11. Update packages/jest-circus/src/utils.ts

    Co-Authored-By: doniyor2109 <doniyor2109@gmail.com>
    SimenB and doniyor2109 committed Feb 17, 2019
    Copy the full SHA
    54a986e View commit details
    Browse the repository at this point in the history
  12. Tweaks

    doniyor2109 committed Feb 17, 2019
    Copy the full SHA
    0cc1688 View commit details
    Browse the repository at this point in the history
  13. Remove extra types

    doniyor2109 committed Feb 17, 2019
    Copy the full SHA
    aecf7e1 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

  1. Fix failing test

    Cannot run ts via node cli
    doniyor2109 committed Feb 18, 2019
    Copy the full SHA
    ffa6116 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2019

  1. Copy the full SHA
    8a8b967 View commit details
    Browse the repository at this point in the history
  2. TS migration part (4)

    - Added Global and Environment types
    - Workaround for RawMatcherFn type
    doniyor2109 committed Feb 21, 2019
    Copy the full SHA
    ec797a0 View commit details
    Browse the repository at this point in the history
  3. Fix linter errors

    doniyor2109 committed Feb 21, 2019
    Copy the full SHA
    2638e24 View commit details
    Browse the repository at this point in the history
  4. Fix types for tests

    doniyor2109 committed Feb 21, 2019
    Copy the full SHA
    41e8e8d View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2019

  1. Copy the full SHA
    6df3fd4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    bb16143 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9e8545b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    aa322f8 View commit details
    Browse the repository at this point in the history
  5. Fix weired ts error

    Exported variable 'jestAdapter' has or is using name '$JestEnvironment' from external module "packages/jest-types/build/Environment" but cannot be named.
    
    microsoft/TypeScript#5711
    doniyor2109 committed Feb 22, 2019
    Copy the full SHA
    a0766a6 View commit details
    Browse the repository at this point in the history
  6. Fix linter errors

    doniyor2109 committed Feb 22, 2019
    Copy the full SHA
    1f88dd6 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    de7b093 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    ec2bcda View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    0ed2e9e View commit details
    Browse the repository at this point in the history
  10. tweaks

    SimenB committed Feb 22, 2019
    Copy the full SHA
    136f986 View commit details
    Browse the repository at this point in the history
  11. remove jest config change

    SimenB committed Feb 22, 2019
    Copy the full SHA
    fbe9d77 View commit details
    Browse the repository at this point in the history
  12. fix test

    SimenB committed Feb 22, 2019
    Copy the full SHA
    5b49c03 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    88655bb View commit details
    Browse the repository at this point in the history
  14. keep comments from old tests

    SimenB committed Feb 22, 2019
    Copy the full SHA
    849b8c2 View commit details
    Browse the repository at this point in the history
  15. Update CHANGELOG.md

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