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

docs(jest.doMock): Add information for using ES6 modules with doMock #8573

Merged

Commits on Jun 17, 2019

  1. Copy the full SHA
    005cafe View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    024868d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e255a40 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

  1. docs(jest.doMock): Clarify statement about ES6 imports and require

    The steps outlined in jest.doMock for ES6 imports are only necessary if
    you don't want to use `require` in your tests.
    sargalias committed Jun 18, 2019
    Copy the full SHA
    10d961f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fcf22bf View commit details
    Browse the repository at this point in the history