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: Add support for the jest.config.ts configuration file #10564

Merged
merged 39 commits into from Oct 12, 2020

Commits on Sep 29, 2020

  1. Copy the full SHA
    dcc71bb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e7b0573 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a2c9fdc View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2b5d97a View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    7f5a39d View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    0b68052 View commit details
    Browse the repository at this point in the history
  7. chore: Documentation updated to specify the 'ts-node' peer dependency…

    … of the `jest.config.ts` functionality
    Gamote committed Sep 29, 2020
    Copy the full SHA
    2ef46e2 View commit details
    Browse the repository at this point in the history
  8. fix: Prettier errors

    Gamote committed Sep 29, 2020
    Copy the full SHA
    9bc4504 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    5674532 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    de5766b View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

  1. fix: Added 'testEnvironment' in the jest.config.ts tests to fix the…

    … 'ReferenceError: globalThis is not defined' on Node 10.x (nrwl/nx#3776 (comment))
    Gamote committed Sep 30, 2020
    Copy the full SHA
    c9069fd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2cf2933 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    144c341 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8fa7b61 View commit details
    Browse the repository at this point in the history
  5. chore: Updated documentation

    Gamote committed Sep 30, 2020
    Copy the full SHA
    d8724e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. Copy the full SHA
    a5033aa View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4d49437 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Merge branch 'master' into feature/allow-ts-config-file

    # Conflicts:
    #	CHANGELOG.md
    #	package.json
    #	yarn.lock
    Gamote committed Oct 12, 2020
    Copy the full SHA
    50623f4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e0b5270 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0d6f2ca View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a291af2 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    5d4065e View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    ee9569b View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    91de77a View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    2f16544 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    b551b29 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    4ec1eb1 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    7d6f815 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    9bf4a0c View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    a69c677 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    a3b7210 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    8b678d9 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    729f6dc View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    7c02d1c View commit details
    Browse the repository at this point in the history
  18. chores:

    - added comment in the generated '.ts' which point to the doc for more detail on type checking
    - fix tests to accommodate the new config comment
    - tests added to check the '.ts' file
    Gamote committed Oct 12, 2020
    Copy the full SHA
    9aa8d53 View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    55169aa View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    b614995 View commit details
    Browse the repository at this point in the history
  21. Copy the full SHA
    3fb9994 View commit details
    Browse the repository at this point in the history
  22. Copy the full SHA
    6336d36 View commit details
    Browse the repository at this point in the history