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

feat(jest): allow enabling Jest global types through "types": ["jest"] in tsconfig.json #12856

Closed
wants to merge 20 commits into from

Commits on May 17, 2022

  1. feat: jest global types

    mrazauskas committed May 17, 2022
    Configuration menu
    Copy the full SHA
    ed0b797 View commit details
    Browse the repository at this point in the history
  2. add docs

    mrazauskas committed May 17, 2022
    Configuration menu
    Copy the full SHA
    ed47a17 View commit details
    Browse the repository at this point in the history
  3. more docs

    mrazauskas committed May 17, 2022
    Configuration menu
    Copy the full SHA
    075268f View commit details
    Browse the repository at this point in the history
  4. add change log

    mrazauskas committed May 17, 2022
    Configuration menu
    Copy the full SHA
    fc87c17 View commit details
    Browse the repository at this point in the history
  5. clean up

    mrazauskas committed May 17, 2022
    Configuration menu
    Copy the full SHA
    a37c2cd View commit details
    Browse the repository at this point in the history
  6. add missing references

    mrazauskas committed May 17, 2022
    Configuration menu
    Copy the full SHA
    c642ac6 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. add export

    mrazauskas committed May 18, 2022
    Configuration menu
    Copy the full SHA
    00c2452 View commit details
    Browse the repository at this point in the history
  2. tweak tsconfigs

    mrazauskas committed May 18, 2022
    Configuration menu
    Copy the full SHA
    973955c View commit details
    Browse the repository at this point in the history
  3. fix lock

    mrazauskas committed May 18, 2022
    Configuration menu
    Copy the full SHA
    a0fa6ed View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. rebase

    mrazauskas committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    ef6d981 View commit details
    Browse the repository at this point in the history
  2. tabs

    mrazauskas committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    048c18c View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

  1. rebase

    mrazauskas committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    cb3ef9f View commit details
    Browse the repository at this point in the history
  2. import from @jest/globals

    mrazauskas committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    ea84f93 View commit details
    Browse the repository at this point in the history
  3. fix upgrading docs

    mrazauskas committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    998e02a View commit details
    Browse the repository at this point in the history
  4. tweak e2e tsconfig.json

    mrazauskas committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    dd87ffc View commit details
    Browse the repository at this point in the history
  5. revert imports

    mrazauskas committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    c734ec5 View commit details
    Browse the repository at this point in the history
  6. fix lock

    mrazauskas committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    7a9c054 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2022

  1. fix namespace

    mrazauskas committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    8475aef View commit details
    Browse the repository at this point in the history
  2. include deps

    mrazauskas committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    a8d883d View commit details
    Browse the repository at this point in the history
  3. test namespace

    mrazauskas committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    a65cfee View commit details
    Browse the repository at this point in the history