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-environment-jsdom to TypeScript #8003

Merged
merged 31 commits into from Feb 28, 2019

Commits on Feb 25, 2019

  1. Rename files

    Mikael Lirbank committed Feb 25, 2019
    Copy the full SHA
    c857e4c View commit details
    Browse the repository at this point in the history
  2. Migrate jest-environment-node

    Mikael Lirbank committed Feb 25, 2019
    Copy the full SHA
    0cfe10b View commit details
    Browse the repository at this point in the history
  3. Minor

    Mikael Lirbank committed Feb 25, 2019
    Copy the full SHA
    57a3567 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2019

  1. Merge branch 'master' into jest-environment

    Mikael Lirbank committed Feb 26, 2019
    Copy the full SHA
    9b279a6 View commit details
    Browse the repository at this point in the history
  2. Use new fake timers package

    Mikael Lirbank committed Feb 26, 2019
    Copy the full SHA
    2c3afe4 View commit details
    Browse the repository at this point in the history
  3. Implement JestEnvironment

    Mikael Lirbank committed Feb 26, 2019
    Copy the full SHA
    ae3c45c View commit details
    Browse the repository at this point in the history
  4. before migration

    Mikael Lirbank committed Feb 26, 2019
    Copy the full SHA
    bd4e070 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md

    Mikael Lirbank committed Feb 26, 2019
    Copy the full SHA
    71048f6 View commit details
    Browse the repository at this point in the history
  6. add to tsconfigs

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

Commits on Feb 27, 2019

  1. Merge remote-tracking branch 'upstream/master'

    Mikael Lirbank committed Feb 27, 2019
    Copy the full SHA
    b3effe8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into jest-environment

    Mikael Lirbank committed Feb 27, 2019
    Copy the full SHA
    9cf040b View commit details
    Browse the repository at this point in the history
  3. Revert "before migration"

    This reverts commit bd4e070.
    Mikael Lirbank committed Feb 27, 2019
    Copy the full SHA
    a40ea8d View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into jest-environment

    Mikael Lirbank committed Feb 27, 2019
    Copy the full SHA
    b215884 View commit details
    Browse the repository at this point in the history
  5. Rename files

    Mikael Lirbank committed Feb 27, 2019
    Copy the full SHA
    0a9e4c4 View commit details
    Browse the repository at this point in the history
  6. Migrate to TS (WIP)

    Mikael Lirbank committed Feb 27, 2019
    Copy the full SHA
    4e8e638 View commit details
    Browse the repository at this point in the history
  7. Update package.json

    Mikael Lirbank committed Feb 27, 2019
    Copy the full SHA
    3c4486f View commit details
    Browse the repository at this point in the history
  8. Revert "Update package.json"

    This reverts commit 3c4486f.
    Mikael Lirbank committed Feb 27, 2019
    Copy the full SHA
    d50560b View commit details
    Browse the repository at this point in the history
  9. Update package.json

    Mikael Lirbank committed Feb 27, 2019
    Copy the full SHA
    3968bc4 View commit details
    Browse the repository at this point in the history
  10. runScript should always return null (never void)

    Mikael Lirbank committed Feb 27, 2019
    Copy the full SHA
    6105073 View commit details
    Browse the repository at this point in the history
  11. Migrate to TS (WIP)

    Mikael Lirbank committed Feb 27, 2019
    Copy the full SHA
    5ffc083 View commit details
    Browse the repository at this point in the history
  12. Migrate mocks

    Mikael Lirbank committed Feb 27, 2019
    Copy the full SHA
    f45cc88 View commit details
    Browse the repository at this point in the history
  13. Change runScript return type to unknown

    Mikael Lirbank committed Feb 27, 2019
    1
    Copy the full SHA
    1f9081a View commit details
    Browse the repository at this point in the history
  14. Migrate jest-environment-jsdom

    Mikael Lirbank committed Feb 27, 2019
    Copy the full SHA
    f1ed385 View commit details
    Browse the repository at this point in the history
  15. Comments

    Mikael Lirbank committed Feb 27, 2019
    Copy the full SHA
    e162e48 View commit details
    Browse the repository at this point in the history
  16. Update changelog and jest-config tsconfig.json

    Mikael Lirbank committed Feb 27, 2019
    Copy the full SHA
    eebb6f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

  1. Merge remote-tracking branch 'upstream/master'

    Mikael Lirbank committed Feb 28, 2019
    Copy the full SHA
    a743367 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into jest-environment

    Mikael Lirbank committed Feb 28, 2019
    Copy the full SHA
    3beb007 View commit details
    Browse the repository at this point in the history
  3. Update return type of runScript()

    Mikael Lirbank committed Feb 28, 2019
    Copy the full SHA
    5fb6bfd View commit details
    Browse the repository at this point in the history
  4. Update global assignment of Window

    Mikael Lirbank committed Feb 28, 2019
    Copy the full SHA
    58fc28b View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    c7c84f7 View commit details
    Browse the repository at this point in the history
  6. tweaks to reduce diff

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