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

Allow importing Jest as an ES6 module #7571

Closed
wants to merge 2 commits into from
Closed

Allow importing Jest as an ES6 module #7571

wants to merge 2 commits into from

Commits on Jan 1, 2019

  1. Allow jest to be imported

    Allows importing Jest as an ES6 module to replace using global function names (ex. jest.expect, jest.describe, jest.test, etc).
    Symbitic committed Jan 1, 2019
    Copy the full SHA
    03429c7 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    Symbitic committed Jan 1, 2019
    Copy the full SHA
    8adfdca View commit details
    Browse the repository at this point in the history