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

Use vm.Script and refactor coverage caching. #1239

Merged
merged 7 commits into from
Jul 7, 2016
Merged

Commits on Jul 7, 2016

  1. Use vm.Script.

    cpojer committed Jul 7, 2016
    Configuration menu
    Copy the full SHA
    68f62df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73075dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    687029c View commit details
    Browse the repository at this point in the history
  4. Copy all jest packages into example folders.

    This ensures we are using the latest version of every package.
    cpojer committed Jul 7, 2016
    Configuration menu
    Copy the full SHA
    e599674 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fcb82a2 View commit details
    Browse the repository at this point in the history
  6. Cache the wrapped code.

    cpojer committed Jul 7, 2016
    Configuration menu
    Copy the full SHA
    bba6415 View commit details
    Browse the repository at this point in the history
  7. Use babel-jest for Jest itself; update setup.

    * Added a transform.js test.
    * Relax jest.mock babel transform restrictions.
    * Updated package.json and .npmignore for all packages.
    cpojer committed Jul 7, 2016
    Configuration menu
    Copy the full SHA
    d50b02e View commit details
    Browse the repository at this point in the history