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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃懡 Update api/test per ts-jest deprecations #693

Merged
merged 4 commits into from Feb 2, 2022
Merged

Commits on Jan 29, 2022

  1. Configuration menu
    Copy the full SHA
    4f562a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ba493e View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. build: set skipLibCheck... ts-jest and jest aren't playing nicely

    I'm not exactly sure why as `ts-jest` looks to be implementing Jest's
    `SyncTransform` type properly.
    jrolfs committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    2f53bc5 View commit details
    Browse the repository at this point in the history
  2. fix(config/jest): set ts-jest transform unconditionally

    No alternative is provided, so this would break things anyways unless
    a dependent project provided its own transform. This unambiguously makes
    `ts-jest` the default transform and project can always explicitly override
    the transform in its `jest.config`
    jrolfs committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    117282d View commit details
    Browse the repository at this point in the history