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

jest-utils: add a getter for process.domain #9136

Merged
merged 11 commits into from Nov 11, 2019

Commits on Nov 5, 2019

  1. jest-utils: add a getter for process.domain

    Fixes jestjs#7247: Explicitly copy domain to new process
    Idan Attias committed Nov 5, 2019
    Copy the full SHA
    d17a9cc View commit details
    Browse the repository at this point in the history
  2. update the change-log

    Idan Attias committed Nov 5, 2019
    Copy the full SHA
    598d75a View commit details
    Browse the repository at this point in the history
  3. set domain using Object.defineProperty

    Idan Attias committed Nov 5, 2019
    Copy the full SHA
    d4755a0 View commit details
    Browse the repository at this point in the history
  4. add facebook copyrights to globalSetupFile.js

    Idan Attias committed Nov 5, 2019
    Copy the full SHA
    9e2abf6 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2019

  1. Copy the full SHA
    823a03a View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. convert unit test to e2e test

    Idan Attias committed Nov 11, 2019
    Copy the full SHA
    4748227 View commit details
    Browse the repository at this point in the history
  2. add missing space in readme

    Idan Attias committed Nov 11, 2019
    Copy the full SHA
    9c21677 View commit details
    Browse the repository at this point in the history
  3. fix lint

    Idan Attias committed Nov 11, 2019
    Copy the full SHA
    018cbab View commit details
    Browse the repository at this point in the history
  4. add facebook copyrights to test fixtures - setup.js

    Idan Attias committed Nov 11, 2019
    Copy the full SHA
    b49b0ba View commit details
    Browse the repository at this point in the history
  5. only add domain when its not enumerable

    Idan Attias committed Nov 11, 2019
    Copy the full SHA
    8168c0e View commit details
    Browse the repository at this point in the history
  6. Update jest.config.js

    SimenB committed Nov 11, 2019
    Copy the full SHA
    a59ad64 View commit details
    Browse the repository at this point in the history